コード例 #1
0
 /**
  * Generated from @assert ("a") === true.
  *
  * @covers pgn\tags\White::validate
  */
 public function testValidate9()
 {
     $this->assertSame(true, $this->object->validate("a"));
 }