Skip to content

Commit

Permalink
removed unused test array
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Nov 12, 2015
1 parent a140ff9 commit c42ba86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static function configureContainerCache(DIContainerBuilder $containerBui
* Get definitions for Slim's default services
*
* @param array $userSettings
* @return array
* @return Closure[]
*/
private static function getDefaultServicesDefinitions(array $userSettings)
{
Expand Down
3 changes: 0 additions & 3 deletions tests/PHPDI/ContainerBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public function testBuildDefinitions()
*/
public function testBuildDefinitionsOverride()
{
$settings = [
'foo' => 'bar',
];
$definitions = [
'settings' => 'foo',
'foo' => 'baz',
Expand Down

0 comments on commit c42ba86

Please sign in to comment.