| Total Complexity | 5 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 5 | class EmailTest extends TestCase |
||
| 6 | { |
||
| 7 | |||
| 8 | public static function setUpBeforeClass() |
||
| 9 | { |
||
| 10 | |||
| 11 | } |
||
| 12 | |||
| 13 | public static function tearDownAfterClass() |
||
| 14 | { |
||
| 15 | |||
| 16 | } |
||
| 17 | |||
| 18 | protected function setUp() |
||
| 19 | { |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function tearDown() |
||
| 23 | { |
||
| 24 | } |
||
| 25 | |||
| 26 | public function testNotYet() |
||
| 27 | { |
||
| 28 | $this->markTestSkipped(); |
||
| 29 | } |
||
| 31 | } |