Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Sep 23, 2023
1 parent ea54151 commit 915f208
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/pmmpunit/suitetest/normal/tests/TestNotTestableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
class TestNotTestableTest extends TestCase {
private static bool $testRun = false;

/**
* @return PromiseInterface<null>
*/
public function testNoop() : PromiseInterface {
return resolve(null);
}

/**
* @return PromiseInterface<null>
*/
#[TestAttribute]
public function aFunctionToTest() : PromiseInterface {
self::$testRun = true;
Expand Down

0 comments on commit 915f208

Please sign in to comment.