Skip to content

Commit 5f3aa4d

Browse files
author
e1himself
committed
Add one more check to the sfParameterHolder unit test
1 parent e6e8ff2 commit 5f3aa4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/util/sfParameterHolderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
require_once(__DIR__.'/../../bootstrap/unit.php');
1212

13-
$t = new lime_test(27);
13+
$t = new lime_test(28);
1414

1515
// ->clear()
1616
$t->diag('->clear()');
@@ -42,6 +42,7 @@
4242

4343
$t->is($ref1, 'barfoo');
4444
$t->is($ref2, 'barfoo');
45+
$t->is($ph->get('ref'), 'barfoo');
4546
$t->is($ref2 , $ref1, '->get() returns a reference for the given key');
4647

4748
$ph = new sfParameterHolder();

0 commit comments

Comments
 (0)