Skip to content

Commit

Permalink
Fix doc blocks to FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 29, 2016
1 parent f9db56b commit 53d5653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/ORM/TableTest.php
Expand Up @@ -5328,7 +5328,7 @@ public function testGetNotFoundException()
/**
* Test that an exception is raised when there are not enough keys.
*
* @expectedException Cake\Datasource\Exception\InvalidPrimaryKeyException
* @expectedException \Cake\Datasource\Exception\InvalidPrimaryKeyException
* @expectedExceptionMessage Record not found in table "articles" with primary key [NULL]
* @return void
*/
Expand All @@ -5345,7 +5345,7 @@ public function testGetExceptionOnNoData()
/**
* Test that an exception is raised when there are too many keys.
*
* @expectedException Cake\Datasource\Exception\InvalidPrimaryKeyException
* @expectedException \Cake\Datasource\Exception\InvalidPrimaryKeyException
* @expectedExceptionMessage Record not found in table "articles" with primary key [1, 'two']
* @return void
*/
Expand Down

0 comments on commit 53d5653

Please sign in to comment.