1<?php
2class Issue2145Test extends PHPUnit_Framework_TestCase
3{
4    public static function setUpBeforeClass()
5    {
6        throw new Exception;
7    }
8
9    public function testOne()
10    {
11    }
12
13    public function testTwo()
14    {
15    }
16}
17