mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-29 21:22:56 +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
|
* testMissingView method
|
||||||
*
|
*
|
||||||
|
* @expectedException MissingViewException
|
||||||
* @access public
|
* @access public
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
@ -264,6 +265,8 @@ class ThemeViewTest extends CakeTestCase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* testMissingLayout method
|
* testMissingLayout method
|
||||||
|
*
|
||||||
|
* @expectedException MissingLayoutException
|
||||||
* @access public
|
* @access public
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue