mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIXED: Error in test case deprecation
This commit is contained in:
parent
c2a8eec43c
commit
9b6216d967
@ -214,8 +214,6 @@ class DirectorTest extends SapphireTest {
|
|||||||
* saved in the request
|
* saved in the request
|
||||||
*/
|
*/
|
||||||
function testRouteParams() {
|
function testRouteParams() {
|
||||||
Deprecation::notification_version('2.4');
|
|
||||||
|
|
||||||
Director::test('en-nz/myaction/myid/myotherid', null, null, null, null, null, null, $request);
|
Director::test('en-nz/myaction/myid/myotherid', null, null, null, null, null, null, $request);
|
||||||
|
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
|
Loading…
Reference in New Issue
Block a user