예제 #1
0
파일: TestQuery.php 프로젝트: artovenry/wp
 function test_a_life_without_using_callback()
 {
     $event = Event::build(get_posts("post_type=event")[0]);
     $event->set_meta("show_at_home", "yes");
     $this->assertEquals($event->show_at_home, "yes");
 }