コード例 #1
0
 /**
  * @covers wishlist\classes\BaseWishlist::all
  */
 public function testAll()
 {
     $this->assertInternalType('array', $this->object->all());
 }