From 7d5ef9d6120a3c1c2927bb6b07118c37c6a8abeb Mon Sep 17 00:00:00 2001 From: Pavel Ptacek Date: Mon, 27 Nov 2017 18:10:54 +0100 Subject: [PATCH] Run InteractionTest in separate process, so that time() can be mocked safely --- tests/Model/Command/InteractionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Model/Command/InteractionTest.php b/tests/Model/Command/InteractionTest.php index 167742c..28cb267 100644 --- a/tests/Model/Command/InteractionTest.php +++ b/tests/Model/Command/InteractionTest.php @@ -21,6 +21,7 @@ public function initTimeMock(): void /** * @test * @dataProvider provideConstructorName + * @runInSeparateProcess so that time() can be mocked safely */ public function shouldBeInstantiableViaNamedConstructors( string $constructorName,