Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney committed Jan 11, 2015
1 parent f626a76 commit 47a57a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/containers/test-container.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
imports:
- package-container.yml
- ../vendor/opine/bundle/config/containers/package-container.yml
- ../../vendor/opine/bundle/config/containers/package-container.yml

services:
controller:
Expand Down
2 changes: 1 addition & 1 deletion config/routes/route.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
routes:
route:
GET:
/sample: controller@sampleOutput
/api/add: controller@sampleOutput
Expand Down
2 changes: 1 addition & 1 deletion tests/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function setup()
private function initializeRoutes()
{
$this->routeModel->build();
//$this->routeModel->yaml(__DIR__ . '/routes.yml');
$this->route->cacheGenerate();
}

public function testRouteWithStringController()
Expand Down

0 comments on commit 47a57a6

Please sign in to comment.