File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
3+ dist : trusty
4+
35matrix :
46 include :
57 - php : 7.1
@@ -12,4 +14,4 @@ matrix:
1214
1315before_script : composer install
1416
15- script : phpunit --coverage-text --configuration phpunit.xml.dist
17+ script : vendor/bin/ phpunit --coverage-text --configuration phpunit.xml.dist
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <phpunit backupGlobals =" false"
3+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.7/phpunit.xsd"
5+ backupGlobals =" false"
46 backupStaticAttributes =" false"
7+ beStrictAboutTestsThatDoNotTestAnything =" true"
8+ beStrictAboutChangesToGlobalState =" true"
9+ beStrictAboutOutputDuringTests =" true"
510 colors =" true"
611 convertErrorsToExceptions =" true"
712 convertNoticesToExceptions =" true"
813 convertWarningsToExceptions =" true"
914 processIsolation =" false"
1015 stopOnFailure =" false"
11- syntaxCheck =" false"
1216 bootstrap =" tests/bootstrap.php"
1317>
1418 <testsuites >
15- <testsuite name =" Renderer Tests " >
16- <directory >tests/</directory >
19+ <testsuite name =" PHP-View Test Suite " >
20+ <directory >./ tests/</directory >
1721 </testsuite >
1822 </testsuites >
1923
2024 <filter >
21- <whitelist >
22- <directory >src/</directory >
25+ <whitelist processUncoveredFilesFromWhitelist = " true " >
26+ <directory >./ src/</directory >
2327 </whitelist >
2428 </filter >
2529</phpunit >
You can’t perform that action at this time.
0 commit comments