Esempio n. 1
0
 public function testType()
 {
     $post = new PhotosetPost();
     $this->assertEquals('photoset', $post->getType());
 }