Пример #1
0
 public function testConstants()
 {
     $this->file->setConstants(array('foo' => 'bar'));
     $this->assertEquals(array('foo' => 'bar'), $this->file->getConstants());
 }