1 | <?php |
||
16 | class BacktraceSnifferTest extends \PHPUnit_Framework_TestCase { |
||
17 | |||
18 | public function testCanConstruct() { |
||
25 | |||
26 | public function testGetCaller() { |
||
35 | |||
36 | public function testGetCallerWithDifferentDepth() { |
||
50 | |||
51 | public function testGetCallers() { |
||
60 | |||
61 | public function testGetCallersWithDifferentDepth() { |
||
73 | |||
74 | } |
||
75 |