Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Sep 29, 2023
1 parent e8be55a commit 4cd2aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ public function testJsonFlags() : void
0,
$this->request->getJsonFlags()
);
$this->request->setJsonFlags(\JSON_FORCE_OBJECT);
$this->request->setJsonFlags(\JSON_BIGINT_AS_STRING);
self::assertSame(
\JSON_FORCE_OBJECT,
\JSON_BIGINT_AS_STRING,
$this->request->getJsonFlags()
);
}
Expand Down

0 comments on commit 4cd2aa1

Please sign in to comment.