Skip to content

Commit

Permalink
cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
UFOMelkor committed Nov 4, 2013
1 parent d97cb88 commit bdb448a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ControllerTest extends TestCase
protected function setUp()
{
$this->setApplicationConfig(
include __DIR__ . '/../../DkplusActionArgumentsTestModule/config/application.config.php'
include __DIR__ . '/../../DkplusActionArgumentsTestModule/config/application.config.php'
);
parent::setUp();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ public function getConfig()
);
}
}

0 comments on commit bdb448a

Please sign in to comment.