| 1 | <?php |
||
| 19 | class AbstractAdaptorTest extends \PHPUnit_Framework_TestCase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var AdaptorInterface |
||
| 23 | */ |
||
| 24 | public $adaptor; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @var \PHPUnit_Framework_MockObject_MockObject|SerializerInterface |
||
| 28 | */ |
||
| 29 | public $serializer; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * |
||
| 33 | */ |
||
| 34 | public function setUp() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * |
||
| 42 | */ |
||
| 43 | public function testGetOptions() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * |
||
| 52 | */ |
||
| 53 | public function testGetOption() |
||
| 59 | |||
| 60 | /** |
||
| 61 | * |
||
| 62 | */ |
||
| 63 | public function testWithOptions() |
||
| 70 | } |
||
| 71 |