예제 #1
0
 public function testWriteToNonWebroot()
 {
     $boot = new BootstrapGenerator();
     $code = $boot->generate();
     $location = $boot->create();
     $this->assertEquals($code, file_get_contents($location));
 }