Skip to content

Commit

Permalink
Add missing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed Dec 3, 2014
1 parent 3fc4022 commit 3d47098
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/TestCase/ORM/TableTest.php
Expand Up @@ -3732,6 +3732,11 @@ public function testInitializeEvent() {
EventManager::instance()->detach($cb, 'Model.initialize');
}

/**
* Tests the hasFinder method
*
* @return void
*/
public function testHasFinder() {
$table = TableRegistry::get('articles');
$table->addBehavior('Sluggable');
Expand Down

0 comments on commit 3d47098

Please sign in to comment.