芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/resupres/dddse/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php
setUp = TRUE; } protected function assertPreConditions() { $this->assertPreConditions = TRUE; } public function testSomething() { $this->testSomething = TRUE; } protected function assertPostConditions() { $this->assertPostConditions = TRUE; } protected function tearDown() { $this->tearDown = TRUE; throw new Exception; } }