| 1 | <?php |
||
| 29 | class FunctionNodeTest extends AbstractTest |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * testMagicCallDelegatesToWrappedPHPDependFunction |
||
| 33 | * |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | public function testMagicCallDelegatesToWrappedPHPDependFunction() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * testMagicCallThrowsExceptionWhenNoMatchingMethodExists |
||
| 48 | * |
||
| 49 | * @return void |
||
| 50 | * @expectedException BadMethodCallException |
||
| 51 | */ |
||
| 52 | public function testMagicCallThrowsExceptionWhenNoMatchingMethodExists() |
||
| 57 | } |
||
| 58 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.