Skip to content

Commit

Permalink
test: remove shouldNotStartMigration test-case
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Darshan Gorana <er.haridarshan@gmail.com>
  • Loading branch information
haridarshan committed May 15, 2023
1 parent 5389602 commit 1bec9eb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/Github/Tests/Api/User/MigrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,6 @@ public function shouldListUserMigrations()
$this->assertEquals($expectedArray, $api->list());
}

/**
* @test
*/
public function shouldNotStartMigration()
{
$this->expectException(MissingArgumentException::class);

/** @var Migration|MockObject $api */
$api = $this->getApiMock();

$api->expects($this->never())
->method('post');

$api->start([]);
}

/**
* @test
*/
Expand Down

0 comments on commit 1bec9eb

Please sign in to comment.