From 9c0e5ddfc6085de05547aa399d9a0b4dc6f76060 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 13 May 2023 23:25:20 +0100 Subject: [PATCH] feat(describe): adds missing `beforeAll` exception class --- src/Exceptions/BeforeAllAlreadyExist.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Exceptions/BeforeAllAlreadyExist.php diff --git a/src/Exceptions/BeforeAllAlreadyExist.php b/src/Exceptions/BeforeAllAlreadyExist.php new file mode 100644 index 00000000..a21389fe --- /dev/null +++ b/src/Exceptions/BeforeAllAlreadyExist.php @@ -0,0 +1,24 @@ +