예제 #1
0
 /**
  * @dataProvider providerDataWithFilePathInValid
  */
 public function testShouldReturnEmptyWHenCheckPostCodeWithFilePathIsNotValid($post_code, $file_path)
 {
     //GIVEN
     //WHEN
     $results = $this->tester->checkPostCode($post_code, $file_path);
     //THEN
     $this->assertFalse($results);
 }