| 1 | <?php |
||
| 7 | class PropertyEncoderTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | private $encoder; |
||
| 10 | |||
| 11 | public function setUp() |
||
| 15 | |||
| 16 | /** |
||
| 17 | * It should encode a field name. |
||
| 18 | */ |
||
| 19 | public function testEncode() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Encode field name with key. |
||
| 28 | */ |
||
| 29 | public function testEncodeWithKey() |
||
| 35 | } |
||
| 36 |