Skip to content

Commit bfbba5a

Browse files
author
Justin Rainbow
committed
Updates to bootstrap - removing test includes from main bootstrap file
1 parent 3fba364 commit bfbba5a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
require 'libs/JsonSchema.php';
44
require 'libs/JsonSchemaUndefined.php';
5-
require 'tests/BaseTestCase.php';
5+

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="bootstrap.php"
12+
bootstrap="tests/bootstrap.php"
1313
verbose="true"
1414
>
1515
<testsuites>

tests/bootstrap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
require dirname(__FILE__) . '/../bootstrap.php';
4+
require 'BaseTestCase.php';

0 commit comments

Comments
 (0)