Skip to content

Commit 07bed16

Browse files
committed
Just a couple reminders for myself
1 parent 645083b commit 07bed16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/App/Controller/UserControllerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function testGetUser()
3232
$this->assertNotEmpty($client->getResponse()->getContent());
3333
}
3434

35+
// @todo: assert UserHistory was created
3536
public function testCreateUser()
3637
{
3738
$client = $this->createClient();
@@ -49,6 +50,7 @@ public function testCreateUser()
4950
$this->assertJson($client->getResponse()->getContent());
5051
}
5152

53+
// @todo: assert UserHistory was created
5254
public function testUpdateUser()
5355
{
5456
$updatedUser = ['email' => 'georgemichael@arrestedevelopment.com'];

0 commit comments

Comments
 (0)