Skip to content

Commit

Permalink
Reverting another change
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 28, 2014
1 parent 5fe720f commit 1f00a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/ORM/CompositeKeysTest.php
Expand Up @@ -76,7 +76,7 @@ public function strategiesProvider() {
* @dataProvider strategiesProvider
* @return void
*/
public function _testHasManyEager($strategy) {
public function testHasManyEager($strategy) {
$table = TableRegistry::get('SiteAuthors');
$table->hasMany('SiteArticles', [
'propertyName' => 'articles',
Expand Down Expand Up @@ -149,7 +149,7 @@ public function _testHasManyEager($strategy) {
* @dataProvider strategiesProvider
* @return void
**/
public function _testBelongsToManyEager($strategy) {
public function testBelongsToManyEager($strategy) {
$articles = TableRegistry::get('SiteArticles');
$tags = TableRegistry::get('SiteTags');
$junction = TableRegistry::get('SiteArticlesTags');
Expand Down

0 comments on commit 1f00a9a

Please sign in to comment.