Skip to content

Commit

Permalink
Remove leading \
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Sep 10, 2015
1 parent ca6fa48 commit d07708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/CacheTest.php
Expand Up @@ -567,6 +567,6 @@ public function testRemember()
*/
public function testRegistry()
{
$this->assertInstanceOf('\Cake\Cache\CacheRegistry', Cache::registry());
$this->assertInstanceOf('Cake\Cache\CacheRegistry', Cache::registry());
}
}

0 comments on commit d07708c

Please sign in to comment.