コード例 #1
0
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     parent::setUp();
     KeyPair::registerEvents();
 }
コード例 #2
0
 /**
  * Setup testing environment.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->migrateAuthDatabase();
     KeyPair::registerEvents();
 }
コード例 #3
0
 /**
  * Boot the provider.
  */
 public function boot()
 {
     KeyPair::registerEvents();
 }