Skip to content

Commit f856ad4

Browse files
committed
Disables opcache and bumps up error reporting
1 parent 7beb25e commit f856ad4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Puphpet/MainBundle/Tests/bootstrap.php

+6
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
$loader = require __DIR__ . '/../../../../vendor/autoload.php';
44
$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

Comments
 (0)