Skip to content

Commit 34fc5d0

Browse files
committed
remove some tests
1 parent 714c2f0 commit 34fc5d0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test-functions.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
class Scaffold_VCCW_Functions_Test extends WP_UnitTestCase
44
{
5-
/**
6-
* Tests for the `Scaffold_VCCW_Functions::get_latest_vccw_url()`.
7-
*
8-
* @test
9-
* @since 1.3.0
10-
*/
11-
public function get_latest_vccw_url()
12-
{
13-
$url = Scaffold_VCCW_Functions::get_latest_vccw_url();
14-
$this->assertRegExp( '#^https://github.com/vccw-team/vccw/releases/download#', $url );
15-
}
16-
175
/**
186
* Tests for the `Scaffold_VCCW_Functions::rempty()`.
197
*

0 commit comments

Comments
 (0)