some test changes
This commit is contained in:
7
tests/data/airline.yml
Normal file
7
tests/data/airline.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
airlines:
|
||||
- id: 1
|
||||
code: VMS
|
||||
name: phpvms airlines
|
||||
active: 1
|
||||
created_at: now
|
||||
updated_at: now
|
||||
19
tests/data/airports.yml
Normal file
19
tests/data/airports.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
airports:
|
||||
- id: 1
|
||||
icao: KAUS
|
||||
name: Austin-Bergstrom
|
||||
location: Austin, Texas, USA
|
||||
lat: 30.1945278
|
||||
lon: -97.6698889
|
||||
- id: 2
|
||||
icao: KJFK
|
||||
name: John F Kennedy
|
||||
location: New York, New York, USA
|
||||
lat: 40.6399257
|
||||
lon: -73.7786950
|
||||
- id: 3
|
||||
icao: EGLL
|
||||
name: London Heathrow
|
||||
location: London, England
|
||||
lat: 51.4775
|
||||
lon: -0.4614
|
||||
Reference in New Issue
Block a user