1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Chain tests together

This commit is contained in:
kodumbeats 2021-03-08 10:16:28 -05:00
parent 56f5c73126
commit 68b1511672

View file

@ -203,7 +203,6 @@ class WebhooksCustomServerTest extends Scope
]);
$this->assertEquals($user['headers']['status-code'], 200);
$webhook = $this->getLastRequest();
$this->assertEquals($webhook['method'], 'POST');
@ -220,7 +219,7 @@ class WebhooksCustomServerTest extends Scope
}
/**
* @depends testCreateUser
* @depends testUpdateUserPrefs
*/
public function testUpdateUserStatus(array $data):array
{