From 6b95b74b2fd1d2f43bb4ebc642130acf60efee96 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 2 Jan 2018 09:43:34 -0600 Subject: [PATCH] print out the routes --- tests/PIREPTest.php | 2 ++ 1 file changed, 2 insertions(+) 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); /**