We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6516b0 commit 643363aCopy full SHA for 643363a
test-runner.php
@@ -2,6 +2,7 @@
2
define("DONT_RUN_SAMPLES", "true");
3
define("SAMPLE_CODE_NAME_HEADING", "SampleCodeName");
4
require 'vendor/autoload.php';
5
+require_once 'constants/Constants.php';
6
7
if ($_SERVER['argc'] != 3) {
8
die('\n Usage: phpunit test-runner.php <SampleCodeDirectoryPath>');
0 commit comments