示例#1
0
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 public function setUp()
 {
     parent::setUp();
     $this->configureDatabase();
     $this->migrateTestTable();
 }
示例#2
0
 public function setUp()
 {
     parent::setUp();
     $this->commandStub = m::mock(CommandStub::class);
 }