This commit is contained in:
Philipp Holzer 2023-07-29 13:51:03 +02:00
parent 6bcf5cb823
commit 367d9149aa
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 0 deletions

View File

@ -254,4 +254,5 @@ class InstanceManagerTest extends MockedTest
// UnKnOwN
self::assertInstanceOf(FakeInstance::class, $instance->create(IAmADecoratedInterface::class, 'fAkE'));
}
}