We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29a34d commit ccbab65Copy full SHA for ccbab65
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