Skip to content

Commit

Permalink
Debug test fail in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 19, 2022
1 parent 7687016 commit 287634e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Hyde\Framework\Testing\Feature\Commands;

use Hyde\Hyde;
use Hyde\Testing\TestCase;

/**
Expand All @@ -13,6 +14,7 @@ class RouteListCommandTest extends TestCase
{
public function testRouteListCommand()
{
dd(Hyde::pages());
$this->artisan('route:list')
->expectsTable(['Page Type', 'Source File', 'Output File', 'Route Key'], [
[
Expand Down

0 comments on commit 287634e

Please sign in to comment.