write firts unit test with phpunit

This commit is contained in:
Manuel Raynaud
2012-12-21 17:33:06 +01:00
parent e1a756405d
commit 4bcdf2479a
9 changed files with 77 additions and 18 deletions

13
phpunit.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="core/autoload.php"
verbose="true"
>
<testsuites>
<testsuite name="Thelia">
<directory>core/lib/Thelia/Tests</directory>
</testsuite>
</testsuites>
</phpunit>