1<?php 2class AssertionExampleTest extends PHPUnit_Framework_TestCase 3{ 4 public function testOne() 5 { 6 $e = new AssertionExample; 7 8 $e->doSomething(); 9 } 10} 11
1<?php 2class AssertionExampleTest extends PHPUnit_Framework_TestCase 3{ 4 public function testOne() 5 { 6 $e = new AssertionExample; 7 8 $e->doSomething(); 9 } 10} 11