From c010b40aad23ae412ee99bc307a6e7ff7138aa95 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 25 Jan 2022 11:29:30 +0100 Subject: [PATCH] tests: new post screen test --- test/integration/backend/2-newPostTest.php | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test/integration/backend/2-newPostTest.php diff --git a/test/integration/backend/2-newPostTest.php b/test/integration/backend/2-newPostTest.php new file mode 100644 index 000000000..7960609c8 --- /dev/null +++ b/test/integration/backend/2-newPostTest.php @@ -0,0 +1,24 @@ +assertEquals( 1, 1 ); + } + +}