re-enable the aircraft data tests

This commit is contained in:
Nabeel Shahzad
2017-11-23 10:10:27 -06:00
parent 24c42c2e22
commit f8cf430db8

View File

@@ -44,7 +44,7 @@ class AircraftTest extends TestCase
return $this->findByICAO($this->ICAO); return $this->findByICAO($this->ICAO);
} }
public function XtestAircraftFaresNoOverride() public function testAircraftFaresNoOverride()
{ {
$this->markTestIncomplete( $this->markTestIncomplete(
'This test has not been implemented yet.' 'This test has not been implemented yet.'
@@ -82,7 +82,7 @@ class AircraftTest extends TestCase
$this->assertCount(0, $fare_svc->getForAircraft($aircraft)); $this->assertCount(0, $fare_svc->getForAircraft($aircraft));
} }
public function XtestAircraftFaresOverride() public function testAircraftFaresOverride()
{ {
$this->markTestSkipped( $this->markTestSkipped(
'This test has not been implemented yet.' 'This test has not been implemented yet.'
@@ -125,7 +125,7 @@ class AircraftTest extends TestCase
/** /**
* @expectedException Exception * @expectedException Exception
*/ */
public function XtestAircraftMissingField() public function testAircraftMissingField()
{ {
$this->markTestSkipped( $this->markTestSkipped(
'This test has not been implemented yet.' 'This test has not been implemented yet.'