コード例 #1
0
 /**
  * @covers Hidden::toString
  */
 public function testToString()
 {
     $hidden = new \Hidden("sensors");
     $this->assertEmpty($hidden->toString());
 }