Exemplo n.º 1
0
 public function setUp()
 {
     check_before_wreck();
     $this->model = new \mtv\models\Model(array('name' => 'test_model'));
 }
Exemplo n.º 2
0
 public function setUp()
 {
     // Make sure we have a WP install and MTV is active
     check_before_wreck();
 }
Exemplo n.º 3
0
 public function setUp()
 {
     check_before_wreck();
     reset_app_globals();
 }