From 915f2089894df52253dba792c70b892109ea7bd4 Mon Sep 17 00:00:00 2001 From: ShockedPlot7560 Date: Sat, 23 Sep 2023 15:40:09 +0200 Subject: [PATCH] Release 1.1.1 --- plugin.yml | 2 +- .../pmmpunit/suitetest/normal/tests/TestNotTestableTest.php | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index 542b652..f439bb4 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ --- name: PmmpUnit -version: 1.1.0 +version: 1.1.1 main: ShockedPlot7560\PmmpUnit\PmmpUnit api: 5.0.0 src-namespace-prefix: ShockedPlot7560\PmmpUnit diff --git a/tests/pmmpunit/suitetest/normal/tests/TestNotTestableTest.php b/tests/pmmpunit/suitetest/normal/tests/TestNotTestableTest.php index 3ce00e4..a47e7a0 100644 --- a/tests/pmmpunit/suitetest/normal/tests/TestNotTestableTest.php +++ b/tests/pmmpunit/suitetest/normal/tests/TestNotTestableTest.php @@ -10,10 +10,16 @@ class TestNotTestableTest extends TestCase { private static bool $testRun = false; + /** + * @return PromiseInterface + */ public function testNoop() : PromiseInterface { return resolve(null); } + /** + * @return PromiseInterface + */ #[TestAttribute] public function aFunctionToTest() : PromiseInterface { self::$testRun = true;