mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing tests failing in ThemeView test as they were not expecting exceptions that should be expected.
This commit is contained in:
parent
65c235023d
commit
ab0f21f939
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,7 @@ class ThemeViewTest extends CakeTestCase {
|
|||
/**
|
||||
* testMissingView method
|
||||
*
|
||||
* @expectedException MissingViewException
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
|
@ -264,6 +265,8 @@ class ThemeViewTest extends CakeTestCase {
|
|||
|
||||
/**
|
||||
* testMissingLayout method
|
||||
*
|
||||
* @expectedException MissingLayoutException
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue