We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38c0f5 commit 4889e11Copy full SHA for 4889e11
tests/_bootstrap.php
@@ -8,20 +8,6 @@
8
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
9
*/
10
11
-error_reporting(E_ALL & ~E_NOTICE);
+error_reporting(E_ALL);
12
13
require_once __DIR__ . '/../vendor/autoload.php';
14
-
15
-/*
16
- * Ensures compatibility with PHPUnit 6.x
17
- */
18
-if (!class_exists('PHPUnit_Framework_Constraint') && class_exists('PHPUnit\Framework\Constraint\Constraint')) {
19
- abstract class PHPUnit_Framework_Constraint extends \PHPUnit\Framework\Constraint\Constraint
20
- {
21
- }
22
-}
23
-if (!class_exists('PHPUnit_Framework_TestCase') && class_exists('PHPUnit\Framework\TestCase')) {
24
- abstract class PHPUnit_Framework_TestCase extends \PHPUnit\Framework\TestCase
25
26
27
0 commit comments