mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-06 05:38:10 +08:00
Fixed Creator.
This commit is contained in:
parent
04dcbee899
commit
9012edf0ed
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user