mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing failing test for HelperCollection
This commit is contained in:
parent
5f7ca8d2b6
commit
5605bf2d9e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class HelperCollectionTest extends CakeTestCase {
|
|||
/**
|
||||
* test missinghelper exception
|
||||
*
|
||||
* @expectedException MissingHelperFileException
|
||||
* @expectedException MissingHelperClassException
|
||||
* @return void
|
||||
*/
|
||||
function testLoadMissingHelperFile() {
|
||||
|
|
Loading…
Reference in a new issue