Skip to content

Commit 11bb560

Browse files
committed
opera tests
1 parent be95311 commit 11bb560

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

phpunit.xml.dist

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,8 @@
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>

0 commit comments

Comments
 (0)