Source

						public function testReadStubbed() {
		$result = $this->adapter->read(null, null, null);
		$this->assertNull($result);
	}