Unit testing and bug fixes
Showing
.travis.yml
0 → 100644
... | ... | @@ -11,7 +11,8 @@ |
"license" : "MIT", | ||
"require": { | ||
"php": ">=5.3.0", | ||
"illuminate/support": "4.0.x" | ||
"illuminate/support": "4.0.x", | ||
"illuminate/database": "4.0.x" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
... | ... |
phpunit.xml
0 → 100644
tests/ConnectionTest.php
0 → 100644
tests/ModelTest.php
0 → 100644
tests/QueryTest.php
0 → 100644
tests/models/User.php
0 → 100644
Please
register
or
sign in
to comment