Skip to content

Commit

Permalink
adding phpunit.xml test file
Browse files Browse the repository at this point in the history
  • Loading branch information
zombor committed Nov 3, 2010
1 parent f61f557 commit 0cc67e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="modules/unittest/bootstrap.php">
<groups>
<exclude>
<group>kohana</group>
</exclude>
</groups>
<testsuites>
<testsuite name="Billing">
<directory suffix=".php">modules/vendo-billing/tests</directory>
</testsuite>
<testsuite name="Core">
<directory suffix=".php">modules/vendo-core/tests</directory>
</testsuite>
<testsuite name="ACL">
<directory suffix=".php">modules/vendo-acl/tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 0cc67e1

Please sign in to comment.