立つ鳥跡を濁さず

モックを使用しない場合のsleepを復活

close #102
This commit is contained in:
hina 2019-02-18 17:33:52 +09:00
parent 0400bc771c
commit db3ba04091
No known key found for this signature in database
GPG Key ID: 6136D5E22A0EE24B
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ class NijieResolverTest extends TestCase
public function setUp()
{
parent::setUp();
if (!$this->shouldUseMock()) {
sleep(1);
}
}
public function testStandardPicture()