Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpunit / php-token-stream / tests / bootstrap.php
diff --git a/vendor/phpunit/php-token-stream/tests/bootstrap.php b/vendor/phpunit/php-token-stream/tests/bootstrap.php
new file mode 100644 (file)
index 0000000..f92b7df
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+require __DIR__ . '/../vendor/autoload.php';
+
+define(
+    'TEST_FILES_PATH',
+    __DIR__ . DIRECTORY_SEPARATOR . '_fixture' . DIRECTORY_SEPARATOR
+);