Example #1
0
 public function test_get_validation_rules()
 {
     $this->generatorMock->shouldReceive('getValidationRules')->atLeast()->once()->andReturn([]);
     $rules = $this->sut->getValidationRules();
     $this->assertInternalType('array', $rules);
 }