We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0923f commit ee5dc92Copy full SHA for ee5dc92
tests/bootstrap.php
@@ -2,6 +2,8 @@
2
3
error_reporting(E_ALL | E_STRICT);
4
5
-// include the composer autoloader and add our tests directory
+// include the composer autoloader
6
$autoloader = require __DIR__.'/../vendor/autoload.php';
7
+
8
+// autoload abstract TestCase classes in test directory
9
$autoloader->add('Omnipay', __DIR__);
0 commit comments