コード例 #1
0
ファイル: FilterTest.php プロジェクト: LamaDelRay/test_symf
 public function testLabel()
 {
     $filter = new FooFilter();
     $filter->setLabel('foo');
     $this->assertSame('foo', $filter->getLabel());
 }