Source

						public function testWriteStubbed() {
		$result = $this->adapter->write(null, null, null, array());
		$this->assertFalse($result);
	}