public function testThrowsAnExceptionIfObjectConstructorIsProtected()
{
$fixture = new SimpleFixture('dummy', DummyWithProtectedConstructor::class, SpecificationBagFactory::create());
$this->instantiator->instantiate($fixture, ResolvedFixtureSetFactory::create(), new GenerationContext());
}