コード例 #1
0
ファイル: RunnerTest.php プロジェクト: Jvbzephir/php-strace
 public function testBootstrap()
 {
     $runner = new \PhpStrace\Runner();
     $runner->bootstrap();
     $this->assertEquals('32M', ini_get('memory_limit'));
     $this->assertEquals('-1', ini_get('max_execution_time'));
 }