Skip to content

Commit 1ca8b0d

Browse files
author
Hugo Hamon
committed
Removed deprecation notices from test files.
1 parent 38ac995 commit 1ca8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LegacyOptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testSetLazyOption()
3333
$test = $this;
3434

3535
$this->options->set('foo', function (Options $options) use ($test) {
36-
return 'dynamic';
36+
return 'dynamic';
3737
});
3838

3939
$this->assertEquals(array('foo' => 'dynamic'), $this->options->resolve());

0 commit comments

Comments
 (0)