diff --git a/tests/PIREPTest.php b/tests/PIREPTest.php index 4a9b6137..b04a1ced 100644 --- a/tests/PIREPTest.php +++ b/tests/PIREPTest.php @@ -59,6 +59,7 @@ class PIREPTest extends TestCase 'route' => implode(' ', $route) ]); + print_r($route); $pirep = $this->pirepSvc->create($pirep, []); /** @@ -93,6 +94,7 @@ class PIREPTest extends TestCase * Check the ACARS table */ $saved_route = $this->getAcarsRoute($pirep); + print_r($saved_route); $this->assertEquals($route, $saved_route); /**