rhymix/tests/phpunit.xml
taggon 67751eb85b All classes can be tested from now.
1) Add some test files.
2) Create a folder for fronendfile. Move the class file into the folder.
3) Write Bootstrap.php file.
4) Modify phpunit.xml file.
5) Add a context mock class.


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9850 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-22 07:46:47 +00:00

13 lines
385 B
XML

<phpunit bootstrap="./Bootstrap.php">
<testsuites>
<testsuite name="XE Core Test Suite">
<directory>.</directory>
<exclude>./classes/context/Context.mock.php</exclude>
<exclude>./classes/db/</exclude>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="./logs/junit.xml" />
<log type="coverage-clover" target="./logs/clover.xml"/>
</logging>
</phpunit>