Exemplo n.º 1
0
 /**
  * @test
  */
 public function createFrontEndUserWithEmptyGroupCreatesGroup()
 {
     $this->fixture->createFrontEndUser('');
     $this->assertTrue($this->fixture->existsExactlyOneRecord('fe_groups'));
 }
Exemplo n.º 2
0
 /**
  * @test
  */
 public function createFrontEndUserWithEmptyGroupCreatesGroup()
 {
     $this->subject->createFrontEndUser('');
     self::assertTrue($this->subject->existsExactlyOneRecord('fe_groups'));
 }