We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beb25e commit f856ad4Copy full SHA for f856ad4
src/Puphpet/MainBundle/Tests/bootstrap.php
@@ -2,3 +2,9 @@
2
3
$loader = require __DIR__ . '/../../../../vendor/autoload.php';
4
$loader->add('Puphpet\Tests\Unit\MainBundle', __DIR__ . '/Unit');
5
+
6
+error_reporting(E_ALL);
7
+ini_set('display_errors', '1');
8
+ini_set('opcache.enable', '0');
9
10
+umask(0000);
0 commit comments