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 5f9ed7c commit 18d46a7Copy full SHA for 18d46a7
tests/bootstrap.php
@@ -3,8 +3,8 @@
3
* Whoops - php errors for cool kids
4
* @author Filipe Dobreira <http://github.com/filp>
5
*
6
- * Bootstraper for PHPUnit tests.
+ * Bootstrapper for PHPUnit tests.
7
*/
8
-error_reporting(E_ALL | E_STRICT);
+error_reporting(E_ALL);
9
10
require_once __DIR__ . '/../vendor/autoload.php';
0 commit comments