菜谱项目

Throwing.php 97B

123456
  1. <?php
  2. if (!function_exists('__phpunit_run_isolated_test')) {
  3. throw new \Exception('boo');
  4. }