removed application and resolver classes. added phpunit tests.
This commit is contained in:
7
phpunit.xml
Normal file
7
phpunit.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<phpunit colors="true" backupGlobals="false" bootstrap="tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="Laravel Framework Tests">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user