Skip to content

Commit

Permalink
Remove short array syntax for 5.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnc committed Aug 12, 2015
1 parent 4e5c5ae commit 58677db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Config/Loader/ClassLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ public function testLoadDependency()
{
$options = array(
'class' => 'Cascade\Tests\Fixtures\DependentClass',
'dependency' => [
'dependency' => array(
'class' => 'Cascade\Tests\Fixtures\SampleClass',
'mandatory' => 'someValue',
]
)
);

$loader = new ClassLoader($options);
Expand Down

0 comments on commit 58677db

Please sign in to comment.