| 1 | <?php |
||
| 8 | class CampaignAdminTest extends SapphireTest |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Call a protected method on an object via reflection |
||
| 13 | * |
||
| 14 | * @param object $object The object to call the method on |
||
| 15 | * @param string $method The name of the method |
||
| 16 | * @param array $args The arguments to pass to the method |
||
| 17 | */ |
||
| 18 | function callProtectedMethod($object, $method, $args = []) { |
||
| 24 | |||
| 25 | function testInvalidDataHandling() { |
||
| 32 | } |
||
| 33 | |||
| 41 |