From 8110cd5baf005040a4e993a20412f3bdd5738869 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 27 Feb 2020 14:07:11 +0000 Subject: [PATCH] Test getIv functionality, test coverage 100% --- test/phpunit/TokenTest.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/phpunit/TokenTest.php b/test/phpunit/TokenTest.php index 096b798..c9110eb 100644 --- a/test/phpunit/TokenTest.php +++ b/test/phpunit/TokenTest.php @@ -1,6 +1,7 @@ getIv()); + } } \ No newline at end of file