Skip to content

Commit 2639e24

Browse files
committed
MslsAdmin tested
1 parent 93a7e86 commit 2639e24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/phpunit/TestMslsCustomColumn.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,10 @@ public function test_th_empty(): void {
9696

9797
$this->assertEmpty( $obj->th( array() ) );
9898
}
99+
100+
public function test_td(): void {
101+
$item_id = 42;
102+
103+
$this->test->td( 'mslscol', $item_id );
104+
}
99105
}

0 commit comments

Comments
 (0)