Skip to content

Commit

Permalink
Fix CS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 26, 2014
1 parent 28b5bf2 commit df20ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase/Console/Command/Task/ViewTaskTest.php
Expand Up @@ -35,6 +35,7 @@ public function initialize(array $config) {
'foreignKey' => 'article_id'
]);
}

}

/**
Expand All @@ -46,6 +47,7 @@ class ViewTaskArticlesTable extends Table {
public function intialize(array $config) {
$this->table('articles');
}

}

/**
Expand Down

0 comments on commit df20ef9

Please sign in to comment.