Skip to content

Commit

Permalink
Removing bootstrap file and updating .gitignore to ignore Composer stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Mar 6, 2013
1 parent eff730b commit ab7e231
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
nbproject nbproject
coverage coverage
phpunit.xml phpunit.xml
vendor
2 changes: 1 addition & 1 deletion phpunit.xml.dist
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php" <phpunit bootstrap="./vendor/autoload.php"
colors="true" colors="true"
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
Expand Down
25 changes: 0 additions & 25 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit ab7e231

Please sign in to comment.