File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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} );
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments