Пример #1
0
 public function testShebang()
 {
     $this->generator->shebang('#!/bin/php');
     $this->assertEquals('#!/bin/php', $this->getPropertyValue($this->generator, 'shebang'));
 }