コード例 #1
0
 /**
  * @test
  */
 public function filterShouldByEqual()
 {
     $filter = Name::equal('FooName');
     $this->assertEquals(true, $filter($this->candidate));
 }