Skip to content

Commit ee5dc92

Browse files
committed
Restructure namespace to make it easier to distribute separate packages in the future
1 parent 1f0923f commit ee5dc92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/bootstrap.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
error_reporting(E_ALL | E_STRICT);
44

5-
// include the composer autoloader and add our tests directory
5+
// include the composer autoloader
66
$autoloader = require __DIR__.'/../vendor/autoload.php';
7+
8+
// autoload abstract TestCase classes in test directory
79
$autoloader->add('Omnipay', __DIR__);

0 commit comments

Comments
 (0)