Skip to content

Commit 45dcab6

Browse files
authored
Revert "[4] Rename phpunit test folders to align with the apps structure (#36483)"
This reverts commit fda621d.
1 parent fda621d commit 45dcab6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<phpunit bootstrap="tests/Unit/bootstrap.php" colors="false">
33
<testsuites>
44
<testsuite name="Unit">
5-
<directory suffix="Test.php">./tests/Unit</directory>
5+
<directory suffix="Test.php">./tests/Unit/Libraries</directory>
66
</testsuite>
77
<testsuite name="Integration">
88
<directory suffix="Test.php">./tests/Integration/Libraries</directory>

0 commit comments

Comments
 (0)