Exemple #1
0
 public function testCanAddZonedParameter()
 {
     $parameter = $this->toolkit->AddParameterZoned('both', 12, 2, 'Check amount', 'amount', '2000.25');
     $this->assertTrue($parameter instanceof ZonedParam);
 }