Skip to content

Commit ce90e0b

Browse files
authored
Merge pull request #282 from lloc/chore
Chore
2 parents 7e18692 + cc85360 commit ce90e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestMslsCustomColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class TestMslsCustomColumn extends MslsUnitTestCase {
1212

13-
function test_th() {
13+
public function test_th(): void {
1414
Functions\expect( 'add_query_arg' )->twice()->andReturn( 'https://example.org/added-args' );
1515
Functions\expect( 'get_the_ID' )->twice()->andReturnValues( [ 1, 2 ] );
1616
Functions\when( 'plugin_dir_path' )->justReturn( dirname( __DIR__, 1 ) . '/' );
@@ -38,7 +38,7 @@ function test_th() {
3838
$this->assertEquals( $expected, $obj->th( [] ) );
3939
}
4040

41-
function test_th_empty() {
41+
public function test_th_empty(): void {
4242
$options = \Mockery::mock( MslsOptions::class );
4343

4444
$collection = \Mockery::mock( MslsBlogCollection::class );

0 commit comments

Comments
 (0)