Add the method to the mock
This commit is contained in:
parent
faba02564a
commit
1694f21387
|
@ -207,6 +207,7 @@ class Expiration_Test extends \PHPUnit_Framework_TestCase {
|
|||
'setSystemValues',
|
||||
'setSystemValue',
|
||||
'getSystemValue',
|
||||
'getFilteredSystemValue',
|
||||
'deleteSystemValue',
|
||||
'getAppKeys',
|
||||
'setAppValue',
|
||||
|
|
|
@ -177,6 +177,7 @@ class Expiration_Test extends \Test\TestCase {
|
|||
'setSystemValues',
|
||||
'setSystemValue',
|
||||
'getSystemValue',
|
||||
'getFilteredSystemValue',
|
||||
'deleteSystemValue',
|
||||
'getAppKeys',
|
||||
'setAppValue',
|
||||
|
|
Loading…
Reference in New Issue