コード例 #1
0
ファイル: Subscription.php プロジェクト: EGreg/PHP-On-Pie
 /**
  * The setUp() method is called the first time
  * an object of this class is constructed.
  */
 function setUp()
 {
     parent::setUp();
     // INSERT YOUR CODE HERE
     // e.g. $this->hasMany(...) and stuff like that.
 }
コード例 #2
0
ファイル: Subscription.php プロジェクト: dmitriz/Platform
 /**
  * The setUp() method is called the first time
  * an object of this class is constructed.
  * @method setUp
  */
 function setUp()
 {
     parent::setUp();
 }