コード例 #1
0
ファイル: SafeDecoratorTest.php プロジェクト: rsky/symfony
 public function testGetRawValue()
 {
     $safe = new SafeDecorator('foo');
     $this->assertEquals('foo', $safe->getRawValue(), '->getValue() returns the embedded value');
 }