Skip to content

Commit f75fecf

Browse files
committed
remove var dump
1 parent 8e67b8b commit f75fecf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit-tests/class-llms-blocks-test-blocks.php

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ public function test_get_dynamic_block_names() {
9999

100100
$res = LLMS_Unit_Test_Util::call_method( $obj, 'get_dynamic_block_names' );
101101

102-
var_dump( $res );
103-
104102
$this->assertTrue( in_array( 'core/archives', $res, true ) );
105103
$this->assertTrue( in_array( 'core/shortcode', $res, true ) );
106104
$this->assertFalse( in_array( 'llms/course-information', $res, true ) );

0 commit comments

Comments
 (0)