コード例 #1
0
 /**
  * @test
  */
 public function createFrontEndUserWithEmptyGroupCreatesGroup()
 {
     $this->fixture->createFrontEndUser('');
     $this->assertTrue($this->fixture->existsExactlyOneRecord('fe_groups'));
 }
コード例 #2
0
ファイル: FrameworkTest.php プロジェクト: TrueType/phpunit
 /**
  * @test
  */
 public function createFrontEndUserWithEmptyGroupCreatesGroup()
 {
     $this->subject->createFrontEndUser('');
     self::assertTrue($this->subject->existsExactlyOneRecord('fe_groups'));
 }