We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345f74d commit d94962fCopy full SHA for d94962f
samples/client/petstore/php/SwaggerClient-php/tests/UserApiTest.php
@@ -23,12 +23,10 @@ public function testLoginUser()
23
$response = $this->api->loginUser('xxxxx', 'yyyyyyyy');
24
25
$this->assertInternalType('string', $response);
26
- /**
27
$this->assertRegExp(
28
- '/^logged in user session/',
+ '/logged in user session/',
29
$response,
30
"response string starts with 'logged in user session'"
31
);
32
- */
33
}
34
0 commit comments