1 | <?php |
||
9 | class TestCase extends \WP_UnitTestCase { |
||
10 | |||
11 | /** |
||
12 | * @param $class |
||
13 | * @param $property |
||
14 | * @return mixed |
||
15 | */ |
||
16 | public function getReflectionPropertyValue( $class, $property ) |
||
22 | |||
23 | /** |
||
24 | * @param $class |
||
25 | * @param $property |
||
26 | * @param $value |
||
27 | */ |
||
28 | public function setReflectionPropertyValue( $class, $property, $value ) |
||
34 | |||
35 | /** |
||
36 | * @param $class |
||
37 | * @param $method |
||
38 | * @return mixed |
||
39 | */ |
||
40 | public function reflectionMethodInvoke( $class, $method ) |
||
49 | |||
50 | /** |
||
51 | * @param $class |
||
52 | * @param $method |
||
53 | * @param $args |
||
54 | * @return mixed |
||
55 | */ |
||
56 | public function reflectionMethodInvokeArgs( $class, $method, $args ) |
||
65 | |||
66 | /** |
||
67 | * @return string |
||
68 | */ |
||
69 | public function get_sample_response() { |
||
74 | } |