Rename bootstrap/bootstrap.php to autoload.php

This commit is contained in:
DariusIII
2017-07-30 23:14:08 +02:00
parent 54c425225a
commit 219f40d6b5
5 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./bootstrap/bootstrap.php"
bootstrap="./bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"