Esempio n. 1
0
 /**
  * @covers ::isConstant
  */
 public function testIsConstant()
 {
     $variable = new Variable();
     $this->assertFalse($variable->isConstant());
 }