Skip to content

Commit

Permalink
Fix doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 29, 2016
1 parent 54978f0 commit f9db56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/TableTest.php
Expand Up @@ -5311,7 +5311,7 @@ public function testGetWithCache($options, $cacheKey, $cacheConfig)
/**
* Tests that get() will throw an exception if the record was not found
*
* @expectedException Cake\Datasource\Exception\RecordNotFoundException
* @expectedException \Cake\Datasource\Exception\RecordNotFoundException
* @expectedExceptionMessage Record not found in table "articles"
* @return void
*/
Expand Down

0 comments on commit f9db56b

Please sign in to comment.