コード例 #1
0
ファイル: UuidTraitTest.php プロジェクト: iolson/support
 /**
  * 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
ファイル: CommandTraitTest.php プロジェクト: iolson/support
 public function setUp()
 {
     parent::setUp();
     $this->commandStub = m::mock(CommandStub::class);
 }