Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 87a7784

Browse files
committed
Enable strict check for phpunit 5.7
1 parent a2935ca commit 87a7784

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
4-
bootstrap="./test/bootstrap.php"
4+
bootstrap="./vendor/autoload.php"
5+
beStrictAboutOutputDuringTests="true"
6+
beStrictAboutTestsThatDoNotTestAnything="true"
57
colors="true">
68
<testsuites>
79
<testsuite name="zend-validator Test Suite">

test/bootstrap.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)