Skip to content

Commit bc4fbf8

Browse files
committed
Displays error message in tests
1 parent 35e476f commit bc4fbf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/run.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
ini_set('display_errors', 1);
3+
error_reporting(E_ALL);
24

35
$rootDir = dirname(dirname(__DIR__));
46

0 commit comments

Comments
 (0)