commit | 2d57445ba66f8b6e5fef526b932d691b0e5690db | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Fri May 25 04:03:56 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Fri May 25 04:03:56 2012 +0700 |
tree | c9f727405e96d517a6d9bf27cc2a83cae317778f | |
parent | 846acc7926ccb991d39135353d5047e7de5bcb60 [diff] [blame] |
Escape like tests, #136 verification
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 1dbd178..38615dd 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php
@@ -15,7 +15,7 @@ // Get vfsStream either via PEAR or composer foreach (explode(PATH_SEPARATOR, get_include_path()) as $path) { - if (file_exists($path.DIRECTORY_SEPARATOR.'vfsStream/vfsStream.phps')) + if (file_exists($path.DIRECTORY_SEPARATOR.'vfsStream/vfsStream.php')) { require_once 'vfsStream/vfsStream.php'; break;