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 645083b commit 07bed16Copy full SHA for 07bed16
tests/integration/App/Controller/UserControllerTest.php
@@ -32,6 +32,7 @@ public function testGetUser()
32
$this->assertNotEmpty($client->getResponse()->getContent());
33
}
34
35
+ // @todo: assert UserHistory was created
36
public function testCreateUser()
37
{
38
$client = $this->createClient();
@@ -49,6 +50,7 @@ public function testCreateUser()
49
50
$this->assertJson($client->getResponse()->getContent());
51
52
53
54
public function testUpdateUser()
55
56
$updatedUser = ['email' => 'georgemichael@arrestedevelopment.com'];
0 commit comments