Skip to content

Commit

Permalink
[TASK] Remove acceptance and functional tests (#467)
Browse files Browse the repository at this point in the history
The core monorepo runs tests based on styleguide data.
The acceptance tests of the backend module will fail
when styleguide is merged into core monorepo since the
backend acceptance test setup creates styleguide data
already. We'll remove the ac test together with a
related functional test for now.
  • Loading branch information
lolli42 authored Nov 1, 2023
1 parent 904abcd commit 4976b97
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 1,223 deletions.
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/support.md

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/publish.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/tests-ac-mariadb-mysqli.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/tests-ac-mariadb-pdo-mysql.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/tests-ac-mysql-mysqli.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/tests-ac-mysql-pdo-mysql.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/tests-ac-postgres.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,5 @@ jobs:
- name: Unit Tests
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s unit

- name: Functional Tests with mariadb and mysqli
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d mariadb -a mysqli -s functional

- name: Functional Tests with mariadb and pdo_mysql
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d mariadb -a pdo_mysql -s functional

- name: Functional Tests with mysql and mysqli
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d mysql -a mysqli -s functional

- name: Functional Tests with mysql and pdo_mysql
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d mysql -a pdo_mysql -s functional

- name: Functional Tests with postgres
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d postgres -s functional

- name: Functional Tests with sqlite
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d sqlite -s functional

- name: Build CSS
run: Build/Scripts/runTests.sh -s buildCss
30 changes: 0 additions & 30 deletions Build/FunctionalTests.xml

This file was deleted.

20 changes: 0 additions & 20 deletions Build/FunctionalTestsBootstrap.php

This file was deleted.

Loading

0 comments on commit 4976b97

Please sign in to comment.