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'); + } }