File tree 3 files changed +24
-3
lines changed
3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 25
25
<testsuite name =" Feature" >
26
26
<directory suffix =" Test.php" >./tests/Feature</directory >
27
27
</testsuite >
28
+ <testsuite name =" Resources" >
29
+ <directory suffix =" Test.php" >./tests/resources</directory >
30
+ </testsuite >
31
+ <testsuite name =" Stubs" >
32
+ <directory suffix =" Test.php" >./tests/Stubs</directory >
33
+ </testsuite >
28
34
</testsuites >
29
35
<php >
30
36
<env name =" DB_CONNECTION" value =" testing" />
Original file line number Diff line number Diff line change 28
28
<testsuite name =" Database" >
29
29
<directory suffix =" Test.php" >./tests/Database</directory >
30
30
</testsuite >
31
+ <testsuite name =" Stubs" >
32
+ <directory suffix =" Test.php" >./tests/Stubs</directory >
33
+ </testsuite >
34
+ <testsuite name =" Utils" >
35
+ <directory suffix =" Test.php" >./tests/Utils</directory >
36
+ </testsuite >
31
37
</testsuites >
32
38
<php >
33
39
<env name =" DB_CONNECTION" value =" testing" />
Original file line number Diff line number Diff line change 20
20
</coverage >
21
21
<testsuites >
22
22
<testsuite name =" Unit" >
23
- <directory suffix =" Test.php" >packages/**/tests</directory >
23
+ <directory suffix =" Test.php" >./packages/**/tests/Unit</directory >
24
+ </testsuite >
25
+ <testsuite name =" Feature" >
26
+ <directory suffix =" Test.php" >./packages/**/tests/Feature</directory >
27
+ </testsuite >
28
+ <testsuite name =" Database" >
29
+ <directory suffix =" Test.php" >./packages/**/tests/Database</directory >
30
+ </testsuite >
31
+ <testsuite name =" Stubs" >
32
+ <directory suffix =" Test.php" >./packages/**/tests/Stubs</directory >
24
33
</testsuite >
25
34
<testsuite name =" Utils" >
26
- <directory suffix =" Test.php" >utils /**/tests</directory >
27
- <exclude >utils/scout-database-engine/**</ exclude >
35
+ <directory suffix =" Test.php" >packages /**/tests/Utils </directory >
36
+ <directory suffix = " Test.php " >utils/livewire-tables/tests</ directory >
28
37
</testsuite >
29
38
</testsuites >
30
39
<php >
You can’t perform that action at this time.
0 commit comments