Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 22, 2014
1 parent 1c56efc commit 072ec65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase/Console/Command/Task/ControllerTaskTest.php
Expand Up @@ -84,7 +84,6 @@ public function setUp() {
TableRegistry::get('BakeArticles', [
'className' => __NAMESPACE__ . '\BakeArticlesTable'
]);

}

/**
Expand Down Expand Up @@ -199,7 +198,7 @@ public function testBakePrefixed() {
->method('createFile')
->with($filename, $this->anything());
$result = $this->Task->bake('BakeArticles');

$this->assertTextContains('namespace App\Controller\Admin;', $result);
$this->assertTextContains('use App\Controller\AppController;', $result);
}
Expand Down

0 comments on commit 072ec65

Please sign in to comment.