Skip to content

Commit 9491825

Browse files
committed
Using the autoloader and namespace.
1 parent 16fc673 commit 9491825

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_tests.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// This is a simple jig for testing JsonPatch.inc against json-encoded
44
// test files.
55

6-
require_once('JsonPatch.inc');
6+
require 'vendor/autoload.php';
7+
8+
use mikemccabe\JsonPatch\JsonPatch;
79

810
$verbose = false;
911

0 commit comments

Comments
 (0)