Inheritance: extends Faker\Provider\Company
Example #1
0
 public function testCatchPhraseValidationReturnsTrue()
 {
     $isCatchPhraseValid = Company::isCatchPhraseValid('La sécurité de rouler en toute simplicité');
     $this->assertTrue($isCatchPhraseValid);
 }
Example #2
0
 public static function isCatchPhraseValid($catchPhrase)
 {
     return parent::isCatchPhraseValid($catchPhrase);
 }