mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-03-19 13:49:48 +01:00
Updates to bootstrap - removing test includes from main bootstrap file
This commit is contained in:
parent
3fba364890
commit
bfbba5a5f1
@ -2,4 +2,4 @@
|
||||
|
||||
require 'libs/JsonSchema.php';
|
||||
require 'libs/JsonSchemaUndefined.php';
|
||||
require 'tests/BaseTestCase.php';
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="false"
|
||||
bootstrap="bootstrap.php"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
verbose="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
4
tests/bootstrap.php
Normal file
4
tests/bootstrap.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
require dirname(__FILE__) . '/../bootstrap.php';
|
||||
require 'BaseTestCase.php';
|
Loading…
x
Reference in New Issue
Block a user