From 5e1b8ff494c8c3eb957d4587d71af966e53aee92 Mon Sep 17 00:00:00 2001 From: Suson Waiba Date: Sun, 21 Mar 2021 15:32:20 +0000 Subject: [PATCH] added another test case --- app/code/ReadyMadeHost/DemoTest/Test/Unit/ExampleTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/code/ReadyMadeHost/DemoTest/Test/Unit/ExampleTest.php b/app/code/ReadyMadeHost/DemoTest/Test/Unit/ExampleTest.php index 8ead479..cd7f795 100644 --- a/app/code/ReadyMadeHost/DemoTest/Test/Unit/ExampleTest.php +++ b/app/code/ReadyMadeHost/DemoTest/Test/Unit/ExampleTest.php @@ -12,4 +12,9 @@ public function test_example_always_true_case() { $this->assertTrue(true, 'Always true case! :D'); } + + public function test_example_another_true_case() + { + $this->assertTrue(true, 'Always true case! :D'); + } }