Skip to content

Commit 05173a3

Browse files
Jon WaldsteinJon Waldstein
authored andcommitted
fix: rename
1 parent 3eac02a commit 05173a3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
rglob(__DIR__ . '/src/*.php', GLOB_NOSORT),
5959
rglob(__DIR__ . '/src/*.js', GLOB_NOSORT),
6060
rglob(__DIR__ . '/src/*.ts', GLOB_NOSORT),
61-
rglob(__DIR__ . '/src/*.tsx', GLOB_NOSORT)
61+
rglob(__DIR__ . '/src/*.tsx', GLOB_NOSORT),
62+
rglob(__DIR__ . '/src/*.scss', GLOB_NOSORT),
63+
rglob(__DIR__ . '/src/*.css', GLOB_NOSORT),
6264
), static function ( $file ) {
6365
return $file !== __FILE__;
6466
} );

phpunit.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@
1313
<directory suffix="Test.php">./tests/Unit</directory>
1414
<directory prefix="Test" suffix=".php">./tests/Unit</directory>
1515
</testsuite>
16-
<testsuite name="Feature Tests">
17-
<directory suffix="Test.php">./tests/Feature</directory>
18-
<directory prefix="Test" suffix=".php">./tests/Feature</directory>
19-
</testsuite>
2016
</testsuites>
2117
</phpunit>

0 commit comments

Comments
 (0)