File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
- <coverage >
4
- <include >
5
- <directory suffix =" .php" >src/</directory >
6
- </include >
7
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
8
3
<testsuites >
9
4
<testsuite name =" Test Suite" >
10
5
<directory >tests</directory >
11
- <exclude >./tests/Stubs/Tests/DemoBrowserKit.php</exclude >
12
- <exclude >./tests/Stubs/Tests/DemoDuskTest.php</exclude >
13
- <exclude >./tests/Stubs/Tests/DemoUnitTest.php</exclude >
6
+ <exclude >./tests/Stubs/Tests/DemoBrowserKit.php</exclude >
7
+ <exclude >./tests/Stubs/Tests/DemoDuskTest.php</exclude >
8
+ <exclude >./tests/Stubs/Tests/DemoUnitTest.php</exclude >
14
9
</testsuite >
15
10
</testsuites >
11
+ <source >
12
+ <include >
13
+ <directory suffix =" .php" >src/</directory >
14
+ </include >
15
+ </source >
16
16
</phpunit >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function it_returns_total_number_of_lines_of_code_for_a_given_project():
59
59
{
60
60
$ statistic = new ProjectStatistic ($ this ->getTestProject ());
61
61
62
- $ this ->assertEquals (133 , $ statistic ->getLinesOfCode ());
62
+ $ this ->assertEquals (135 , $ statistic ->getLinesOfCode ());
63
63
}
64
64
65
65
#[Test]
You can’t perform that action at this time.
0 commit comments