@@ -18,9 +18,6 @@
"autoload": {
"psr-4": {
"fphammerle\\yii2\\auth\\clientcert\\": ""
- },
- "files": [
- "vendor/yiisoft/yii2/Yii.php"
- ]
+ }
}
@@ -1,4 +1,4 @@
-<phpunit bootstrap="vendor/autoload.php">
+<phpunit bootstrap="tests/_bootstrap.php">
<testsuites>
<testsuite name="helpers">
<directory>tests</directory>
@@ -0,0 +1,4 @@
+<?php
+
+require_once __DIR__ . '/../vendor/autoload.php';
+require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php';