| 1 | <?php |
||
| 12 | class NullEncoderTest extends AbstractEncoderTest |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Returns the encoder to be tested. |
||
| 16 | * @return \Vectorface\SnappyRouter\Encoder\AbstractEncoder Returns an instance of an encoder. |
||
| 17 | */ |
||
| 18 | public function getEncoder() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * A data provider for the testEncode method. |
||
| 25 | */ |
||
| 26 | public function encodeProvider() |
||
| 39 | } |
||
| 40 |