We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c29a34d + ccbab65 commit 7e18692Copy full SHA for 7e18692
tests/TestMslsContentTypes.php
@@ -8,7 +8,7 @@
8
9
class TestMslsContentTypes extends MslsUnitTestCase {
10
11
- public function test_create() {
+ public function test_create(): void {
12
Functions\expect( 'get_post_types' )->twice()->andReturn( [] );
13
14
$obj = MslsContentTypes::create();
0 commit comments