Skip to content

Commit

Permalink
Remove autoload.php.dist and use vendor/autoload.php instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbrandao committed Mar 17, 2016
1 parent b81658f commit 254c1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
42 changes: 0 additions & 42 deletions autoload.php.dist

This file was deleted.

8 changes: 3 additions & 5 deletions phpunit.xml.dist
Expand Up @@ -3,19 +3,17 @@
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
columns="max"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="true"
bootstrap="autoload.php.dist"
verbose="true"
>
<php>
<!-- <server name="SMARTYBUNDLE_TEST_VENDOR_DIR" value="/path/to/vendors" /> -->
</php>

<testsuites>
<testsuite name="NoiseLabs SmartyBundle Test Suite">
<directory suffix="Test.php">./Tests</directory>
Expand Down

0 comments on commit 254c1df

Please sign in to comment.