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.
shouldNotStartMigration
1 parent 5389602 commit 1bec9ebCopy full SHA for 1bec9eb
test/Github/Tests/Api/User/MigrationTest.php
@@ -53,22 +53,6 @@ public function shouldListUserMigrations()
53
$this->assertEquals($expectedArray, $api->list());
54
}
55
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
72
/**
73
* @test
74
*/
0 commit comments