Example #1
0
 /**
  * RTFN
  */
 public function testGetMethodsForAddObject()
 {
     $result = $this->testable->getMethodsForAddObject();
     $this->assertTrue(is_array($result));
     $this->assertEquals(2, count($result));
 }