File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public function testSupportsNonversatile()
157
157
{
158
158
$ generator = $ this ->createMock (UrlGeneratorInterface::class);
159
159
$ router = new DynamicRouter ($ this ->context , $ this ->matcher , $ generator );
160
- $ this ->assertInternalType ( ' string ' , $ router ->getRouteDebugMessage ('test ' ));
160
+ $ this ->assertIsString ( $ router ->getRouteDebugMessage ('test ' ));
161
161
162
162
$ this ->assertTrue ($ router ->supports ('some string ' ));
163
163
$ this ->assertFalse ($ router ->supports ($ this ));
@@ -328,7 +328,7 @@ public function testRouteDebugMessageNonversatile()
328
328
{
329
329
$ generator = $ this ->createMock (UrlGeneratorInterface::class);
330
330
$ router = new DynamicRouter ($ this ->context , $ this ->matcher , $ generator );
331
- $ this ->assertInternalType ( ' string ' , $ router ->getRouteDebugMessage ('test ' ));
331
+ $ this ->assertIsString ( $ router ->getRouteDebugMessage ('test ' ));
332
332
}
333
333
334
334
/**
You can’t perform that action at this time.
0 commit comments