Esempio n. 1
0
 /**
  * Test account creation is disallowed.
  *
  * @return void
  */
 public function testCreateIsDisallowed()
 {
     $this->assertFalse($this->auth->supportsCreation());
 }