Skip to content

Commit

Permalink
Update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Jan 28, 2020
1 parent 29a1ad3 commit baf1fc0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<phpunit
bootstrap="../tests/bootstrap.php"
verbose="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestSize="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
bootstrap="../vendor/autoload.php"
verbose="true"
beStrictAboutOutputDuringTests="true"
colors="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<testsuites>
<testsuite name="StaticPageGenerator">
<directory suffix="Test.php">../tests/Unit</directory>
Expand Down

0 comments on commit baf1fc0

Please sign in to comment.