serializer = new RecursiveSerializer(); } public function testConstructor() { $model = $this->createModel(null); $this->assertInstanceOf('Clue\Redis\Protocol\Model\ModelInterface', $model); } }