setUp() public method

public setUp ( )
コード例 #1
0
ファイル: WebTestCase.php プロジェクト: autarky/framework
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->client = $this->createClient();
 }