Example #1
0
 public function testNoSerializer()
 {
     $this->object->Debug(array());
     $contents = file_get_contents($this->file);
     $this->assertContains('Array', $contents);
 }