diff --git a/tests/Unit/Container/Exception/CookieNotFoundExceptionCest.php b/tests/Unit/Container/Exception/CookieNotFoundExceptionCest.php new file mode 100644 index 00000000..48a21422 --- /dev/null +++ b/tests/Unit/Container/Exception/CookieNotFoundExceptionCest.php @@ -0,0 +1,24 @@ +assertEquals( + $name, + $exception->getName() + ); + } +}