Skip to content

Commit

Permalink
Simplify phpunit.dist.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
twistor committed Apr 4, 2014
1 parent b1ff621 commit cff7764
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
28 changes: 11 additions & 17 deletions phpunit.xml.dist
@@ -1,20 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php"
colors="true"
stopOnFailure="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<directory>tests</directory>
</testsuite>
</testsuites>

<testsuites>
<testsuite name="Devour-stomp test suite">
<directory>tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>
5 changes: 0 additions & 5 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit cff7764

Please sign in to comment.