Example #1
0
 /**
  * RTFN
  */
 public function testJsonSerialize()
 {
     $result = $this->testable->jsonSerialize();
     $this->assertNotEmpty($result);
     $this->assertTrue(is_array($result));
 }