Skip to content

Commit 1bec9eb

Browse files
committed
test: remove shouldNotStartMigration test-case
Signed-off-by: Hari Darshan Gorana <[email protected]>
1 parent 5389602 commit 1bec9eb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test/Github/Tests/Api/User/MigrationTest.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,6 @@ public function shouldListUserMigrations()
5353
$this->assertEquals($expectedArray, $api->list());
5454
}
5555

56-
/**
57-
* @test
58-
*/
59-
public function shouldNotStartMigration()
60-
{
61-
$this->expectException(MissingArgumentException::class);
62-
63-
/** @var Migration|MockObject $api */
64-
$api = $this->getApiMock();
65-
66-
$api->expects($this->never())
67-
->method('post');
68-
69-
$api->start([]);
70-
}
71-
7256
/**
7357
* @test
7458
*/

0 commit comments

Comments
 (0)