File tree 1 file changed +2
-2
lines changed
tests/Core/Bridge/Symfony/Bundle/Twig
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ public function testDebugBarContentNotResourceClass()
80
80
$ client ->enableProfiler ();
81
81
// Using html to get default Swagger UI
82
82
$ client ->request ('GET ' , '/ ' );
83
- $ this ->assertEquals (200 , $ client ->getResponse ()->getStatusCode ());
83
+ $ this ->assertSame (200 , $ client ->getResponse ()->getStatusCode ());
84
84
/** @var string $token */
85
85
$ token = $ client ->getResponse ()->headers ->get ('X-Debug-Token ' );
86
86
$ crawler = $ client ->request ('GET ' , "/_wdt/ $ token " );
87
87
88
- $ this ->assertEquals (200 , $ client ->getResponse ()->getStatusCode ());
88
+ $ this ->assertSame (200 , $ client ->getResponse ()->getStatusCode ());
89
89
$ block = $ crawler ->filter ('div[class*=sf-toolbar-block-api_platform] ' );
90
90
91
91
// Check extra info content
You can’t perform that action at this time.
0 commit comments