Skip to content

Commit

Permalink
🔥 woops removing debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Tymon <[email protected]>
  • Loading branch information
tymondesigns committed Nov 20, 2016
1 parent 2f98a0d commit cb2924a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Claims/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public function it_should_sanitize_the_claims_to_associative_array()
{
$collection = $this->getCollection();

// var_dump($collection);

$this->assertSame(array_keys($collection->toArray()), ['sub', 'iss', 'exp', 'nbf', 'iat', 'jti']);
}

Expand Down

0 comments on commit cb2924a

Please sign in to comment.