diff --git a/.github/workflows/phpcpd.yml b/.github/workflows/phpcpd.yml index 696ada6..440e20d 100644 --- a/.github/workflows/phpcpd.yml +++ b/.github/workflows/phpcpd.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpcsfixer.yml b/.github/workflows/phpcsfixer.yml index 3d82b61..e449424 100644 --- a/.github/workflows/phpcsfixer.yml +++ b/.github/workflows/phpcsfixer.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index e5f6b24..39d4b5f 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9baa043..4708bea 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index b3c1bb5..1994ef8 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index d41c063..04dae04 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PHP uses: shivammathur/setup-php@v2 diff --git a/tests/CI4Twig/UrlHelperTest.php b/tests/CI4Twig/UrlHelperTest.php index 96bc914..0a89b17 100644 --- a/tests/CI4Twig/UrlHelperTest.php +++ b/tests/CI4Twig/UrlHelperTest.php @@ -59,43 +59,43 @@ public function testAnchor() $this->assertSame($expected, $actual); } -// public function test_current_url() -// { -// } -// -// public function test_uri_string() -// { -// } -// -// public function test_index_page() -// { -// } -// -// public function test_anchor_popup() -// { -// } -// -// public function test_mailto() -// { -// } -// -// public function test_safe_mailto() -// { -// } -// -// public function test_auto_link() -// { -// } -// -// public function test_prep_url() -// { -// } -// -// public function test_url_title() -// { -// } -// -// public function test_redirect() -// { -// } + // public function test_current_url() + // { + // } + // + // public function test_uri_string() + // { + // } + // + // public function test_index_page() + // { + // } + // + // public function test_anchor_popup() + // { + // } + // + // public function test_mailto() + // { + // } + // + // public function test_safe_mailto() + // { + // } + // + // public function test_auto_link() + // { + // } + // + // public function test_prep_url() + // { + // } + // + // public function test_url_title() + // { + // } + // + // public function test_redirect() + // { + // } }