Fixed Creator.

This commit is contained in:
李铭昕 2019-06-24 17:15:37 +08:00
parent 04dcbee899
commit 9012edf0ed

View File

@ -98,7 +98,6 @@ class DatabaseMigrationCreatorTest extends TestCase
protected function getCreator()
{
$files = Mockery::mock(Filesystem::class);
$files->allows('put');
return $this->getMockBuilder(MigrationCreator::class)->setMethods(['getDatePrefix'])->setConstructorArgs([$files])->getMock();
}
}