version 0.3

This commit is contained in:
Mashaper
2011-05-05 19:57:08 -07:00
parent a3ba45fe92
commit e375059496
21 changed files with 441 additions and 376 deletions

12
test/phpunit.CI.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="./bootstrap.php"
colors="false"
backupGlobals="false"
backupStaticAttributes="false">
<testsuite name="Mashape Client Test Suite">
<directory>./mashape</directory>
</testsuite>
</phpunit>