validate() public static method

public static validate ( string $structure ) : boolean
$structure string
return boolean
 /**
  * testInvalidStructuredCommunication
  *
  * @param mixed $structure
  *
  * @dataProvider getInvalidStructuredCommunication
  *
  * @return void
  */
 public function testInvalidStructuredCommunication($structure)
 {
     $this->assertFalse(StructuredCommunication::validate($structure));
 }