예제 #1
0
파일: PostTest.php 프로젝트: cobase/cobase
 /**
  * @test
  *
  * @group entity
  * @group post-entity
  */
 public function testLikeableTypeIsCorrect()
 {
     $post = new Post();
     $this->assertEquals($post->getLikeableType(), 'post');
 }