コード例 #1
0
ファイル: PostMetaTest.php プロジェクト: jgrossi/corcel
 public function testQueryPostByMeta()
 {
     $post = Post::hasMeta('username', 'juniorgrossi')->first();
     $this->assertEquals(1, $post->ID);
 }