UnitTest fix

- no return value
This commit is contained in:
Tamas Szijarto 2012-10-11 18:34:49 +02:00
parent 02b0b398df
commit 9d8f689e7c

View File

@ -474,7 +474,5 @@ class ProjectServiceContainer extends Container
$this->services['throws_exception_on_service_configuration'] = $instance = new \stdClass();
throw new \Exception('Something was terribly wrong while trying to configure the service!');
return $instance;
}
}