File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ public function testRegisterAccessControlWithSpecifiedAttributes()
360
360
$ this ->assertArrayHasKey (4 , $ requestMatcherConstructorArguments );
361
361
$ attributes = $ requestMatcherConstructorArguments [4 ];
362
362
$ this ->assertArrayHasKey ('_route ' , $ attributes );
363
- $ this ->assertEquals ('foo_route ' , $ attributes ['_route ' ]);
363
+ $ this ->assertSame ('foo_route ' , $ attributes ['_route ' ]);
364
364
}
365
365
366
366
public function testRegisterAccessControlWithSpecifiedRoute ()
@@ -396,7 +396,7 @@ public function testRegisterAccessControlWithSpecifiedRoute()
396
396
$ this ->assertArrayHasKey (4 , $ requestMatcherConstructorArguments );
397
397
$ attributes = $ requestMatcherConstructorArguments [4 ];
398
398
$ this ->assertArrayHasKey ('_route ' , $ attributes );
399
- $ this ->assertEquals ('foo_route ' , $ attributes ['_route ' ]);
399
+ $ this ->assertSame ('foo_route ' , $ attributes ['_route ' ]);
400
400
}
401
401
402
402
public function testRegisterAccessControlWithSpecifiedAttributesThrowsException ()
You can’t perform that action at this time.
0 commit comments