We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714c2f0 commit 34fc5d0Copy full SHA for 34fc5d0
tests/test-functions.php
@@ -2,18 +2,6 @@
2
3
class Scaffold_VCCW_Functions_Test extends WP_UnitTestCase
4
{
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
-
17
/**
18
* Tests for the `Scaffold_VCCW_Functions::rempty()`.
19
*
0 commit comments