Наследование: extends Respect\Validation\Rules\AbstractWrapper
Пример #1
0
 public function testShouldAcceptCountryCodeOnConstructor()
 {
     $countryCode = 'PL';
     $rule = new Vatin($countryCode);
     $this->assertInstanceOf(Validatable::class, $rule->getValidatable());
 }