1 | <?php |
||
7 | class MixedTypeTest extends \Doctrine\Tests\ODM\CouchDB\CouchDBFunctionalTestCase |
||
8 | { |
||
9 | private $type; |
||
10 | |||
11 | public function setUp() |
||
15 | |||
16 | public function testRegisteredInstance() |
||
20 | |||
21 | static public function dataConvertRoundtrip() |
||
33 | |||
34 | /** |
||
35 | * @dataProvider dataConvertRoundtrip |
||
36 | * @param string $expected |
||
37 | * @param string $value |
||
38 | */ |
||
39 | public function testConvertRoundtrip($expected, $value) |
||
43 | } |