Skip to content

Commit

Permalink
Use ApplicationAbstract
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Jun 23, 2017
1 parent c738e41 commit 2006e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

require __DIR__ . '/../vendor/autoload.php';

class Application extends Core
chdir(__DIR__);

class Application extends ApplicationAbstract
{
use Binding\HTTP\ApplicationBindings;
}
Expand Down
2 changes: 2 additions & 0 deletions tests/repository/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 2006e55

Please sign in to comment.