File tree Expand file tree Collapse file tree 2 files changed +4
-25
lines changed
Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ changes when it socially makes sense.
99
1010## [ 1.9.2] - 2019-06-26
1111### Added
12- - PHPUnit Tests for Firefox and Chrome (2843 tests, 5686 assertions)
12+ - PHPUnit Tests for Firefox, Opera and Chrome (3684 tests, 7368 assertions)
1313- Stronger tests for Firefox
1414
1515## [ 1.9.1] - 2019-06-19
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" true"
3- backupStaticAttributes =" false"
4- bootstrap =" lib/Browser.php"
5- colors =" false"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- forceCoversAnnotation =" false"
10- mapTestClassNameToCoveredClassName =" false"
11- processIsolation =" false"
12- stopOnError =" false"
13- stopOnFailure =" false"
14- stopOnIncomplete =" false"
15- stopOnSkipped =" false"
16- testSuiteLoaderFile =" phpunit/src/Runner/StandardTestSuiteLoader.php"
17- strict =" false"
18- verbose =" false" >
2+ <phpunit colors =" true" bootstrap =" vendor/autoload.php" >
193 <testsuites >
20- <testsuite name =" Unit " >
21- <directory >test/Unit </directory >
4+ <testsuite name =" Test Suite " >
5+ <directory >./tests </directory >
226 </testsuite >
237 </testsuites >
24- <filter >
25- <whitelist >
26- <directory suffix =" .php" >lib/</directory >
27- </whitelist >
28- </filter >
298</phpunit >
You can’t perform that action at this time.
0 commit comments