Ejemplo n.º 1
0
 public function testMethodIsAllowedToBeNull()
 {
     $syntax = new Syntax('? equals ?');
     $this->assert($syntax->getMethod())->isNull;
 }