public function setUp()
 {
     parent::setUp();
     $this->client = $this->createClient();
 }
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 public function setUp()
 {
     parent::setUp();
     $this->obj = $this->app['usermanager'];
 }