Example #1
0
 /**
  * The request method must return boolean value when checking
  * for a supported setup
  *
  */
 public function testIsSupportedReturnsBooleanValue()
 {
     $this->assertInternalType('boolean', $this->method->isSupported());
 }