| 1 | <?php |
||
| 25 | class FilterTest extends \PHPUnit_Framework_TestCase |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @var Filter |
||
| 29 | */ |
||
| 30 | protected $filter; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | protected function setUp() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Service init test |
||
| 42 | */ |
||
| 43 | public function testWrapper() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * Test Filter With Object that null |
||
| 51 | * @throws \Zend\Filter\Exception\RuntimeException If filtering $value is impossible |
||
| 52 | * @throws \Zend\Filter\Exception\InvalidArgumentException |
||
| 53 | * @throws \InvalidArgumentException |
||
| 54 | */ |
||
| 55 | public function testFilterWithNullObject() |
||
| 59 | } |
||
| 60 |