Skip to content

Commit b63ca2b

Browse files
committed
autoloader tests should not have any errors
1 parent 412a6a8 commit b63ca2b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/integration/autoloader/test_autoloader_with_composer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
Supportability/library/Composer/detected, 1
1818
*/
1919

20+
/*EXPECT_TRACED_ERRORS null*/
2021

2122
require 'autoload-with-composer/vendor/autoload.php';

tests/integration/autoloader/test_autoloader_without_composer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
Supportability/library/Composer/detected
2121
*/
2222

23+
/*EXPECT_TRACED_ERRORS null*/
24+
2325
require 'autoload-without-composer/vendor/autoload.php';

0 commit comments

Comments
 (0)