diff options
author | Davey Shafik <me@daveyshafik.com> | 2015-12-04 01:00:27 -0500 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2015-12-04 13:13:01 -0500 |
commit | f8a7029e0de2240328b956340d07df417ab0232d (patch) | |
tree | 8d74b874d121774aa94b2c20474c880d45d129a5 /tests/bootstrap.php | |
download | php7-mysql-shim-f8a7029e0de2240328b956340d07df417ab0232d.zip php7-mysql-shim-f8a7029e0de2240328b956340d07df417ab0232d.tar.gz php7-mysql-shim-f8a7029e0de2240328b956340d07df417ab0232d.tar.bz2 |
Initial commit of ext/mysql shim for PHP 7
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..f9e62ac --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,2 @@ +<?php +require_once __DIR__ . '/../vendor/autoload.php'; |