Skip to content

Commit cbdc652

Browse files
committed
Get rid of old E2E test
1 parent a6be982 commit cbdc652

File tree

8 files changed

+0
-6482
lines changed

8 files changed

+0
-6482
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,6 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
jobs:
29-
result-cache-php-parser-e2e:
30-
name: "Result cache PHP-Parser E2E test"
31-
32-
runs-on: ${{ matrix.operating-system }}
33-
timeout-minutes: 60
34-
35-
strategy:
36-
fail-fast: false
37-
matrix:
38-
operating-system: [ubuntu-latest, windows-latest]
39-
40-
steps:
41-
- name: "Checkout"
42-
uses: actions/checkout@v4
43-
44-
- name: "Install PHP"
45-
uses: "shivammathur/setup-php@v2"
46-
with:
47-
coverage: "none"
48-
php-version: "8.1"
49-
extensions: mbstring
50-
ini-values: memory_limit=256M
51-
52-
- name: "Install dependencies"
53-
run: "composer install --no-interaction --no-progress"
54-
55-
- name: "Tests"
56-
run: |
57-
git clone https://github.com/nikic/PHP-Parser.git tests/e2e/PHP-Parser && git -C tests/e2e/PHP-Parser checkout v3.1.5 && composer install --working-dir tests/e2e/PHP-Parser && vendor/bin/phpunit tests/e2e/ResultCacheEndToEndTest.php
58-
5929
result-cache-e2e-tests:
6030
name: "Result cache E2E tests"
6131
runs-on: ubuntu-latest

tests/e2e/ResultCacheEndToEndTest.php

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)