Skip to content

Commit d94962f

Browse files
committed
fixed test for php sample
1 parent 345f74d commit d94962f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samples/client/petstore/php/SwaggerClient-php/tests/UserApiTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ public function testLoginUser()
2323
$response = $this->api->loginUser('xxxxx', 'yyyyyyyy');
2424

2525
$this->assertInternalType('string', $response);
26-
/**
2726
$this->assertRegExp(
28-
'/^logged in user session/',
27+
'/logged in user session/',
2928
$response,
3029
"response string starts with 'logged in user session'"
3130
);
32-
*/
3331
}
3432
}

0 commit comments

Comments
 (0)