Skip to content

Commit 643363a

Browse files
authored
Include constants file
1 parent e6516b0 commit 643363a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-runner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
define("DONT_RUN_SAMPLES", "true");
33
define("SAMPLE_CODE_NAME_HEADING", "SampleCodeName");
44
require 'vendor/autoload.php';
5+
require_once 'constants/Constants.php';
56

67
if ($_SERVER['argc'] != 3) {
78
die('\n Usage: phpunit test-runner.php <SampleCodeDirectoryPath>');

0 commit comments

Comments
 (0)