예제 #1
0
	/**
	 * @test
	 */
	public function getLogDataForSerializedObjectReturnsEmptyArray() {
		$this->subject->setLogData(new \stdClass());
		$this->assertSame(array(), $this->subject->getLogData());
	}