コード例 #1
0
 /**
  * Set up a test case.
  *
  * @see WP_UnitTestCase::setup()
  */
 public function setUp()
 {
     parent::setUp();
     $this->provider = Two_Factor_Phone::get_instance();
 }