Skip to content

Commit

Permalink
Remove PHP tests app
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Mar 1, 2023
1 parent f5eef20 commit 5887c4f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 54 deletions.
20 changes: 0 additions & 20 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ plugins:
go:
java:
javascript:
php:
python:
python_version: 3 # ACTION Comment this out if using Python 2
ruby:
Expand Down Expand Up @@ -102,25 +101,6 @@ plugins:
# ACTION uncomment eslint below if JavaScript already exists and .eslintrc
# file exists in repo

# PHP
phan:
enabled: true
config:
file_extensions: "php"
phpcodesniffer:
enabled: true
config:
file_extensions: "php,inc,lib"
# Using Wordpress standards as our one PHP repo is a Wordpress theme
standards: "PSR1,PSR2,WordPress,WordPress-Core,WordPress-Extra"
phpmd:
enabled: true
config:
file_extensions: "php,inc,lib"
rulesets: "cleancode,codesize,controversial,naming,unusedcode"
sonar-php:
enabled: true

# Python
bandit:
enabled: true
Expand Down
5 changes: 0 additions & 5 deletions tests/integration/apps/php/index.php

This file was deleted.

2 changes: 0 additions & 2 deletions tests/integration/apps/php/lib/secrets.yml

This file was deleted.

10 changes: 0 additions & 10 deletions tests/integration/apps/php/manifest-env.yml.template

This file was deleted.

9 changes: 0 additions & 9 deletions tests/integration/apps/php/manifest.yml.template

This file was deleted.

8 changes: 0 additions & 8 deletions tests/integration/features/integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ Feature: Integrations Tests for remote TAS foundation
When I push a "ruby" app with the "offline" buildpack
Then the secrets.yml values are available in the app

Scenario: PHP offline buildpack integration
When I push a "php" app with the "offline" buildpack
Then the secrets.yml values are available in the app

Scenario: Java offline buildpack integration
When I push a "java" app with the "offline" buildpack
Then the secrets.yml values are available in the app
Expand All @@ -40,10 +36,6 @@ Feature: Integrations Tests for remote TAS foundation
When I push a "ruby" app with the "online" buildpack
Then the secrets.yml values are available in the app

Scenario: PHP online buildpack integration
When I push a "php" app with the "online" buildpack
Then the secrets.yml values are available in the app

Scenario: Java online buildpack integration
When I push a "java" app with the "online" buildpack
Then the secrets.yml values are available in the app

0 comments on commit 5887c4f

Please sign in to comment.