Skip to content

Commit

Permalink
Unify test names
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Feb 18, 2020
1 parent afb0a40 commit d1dfea7
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_AppVeyor.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of AppVeyor
AppVeyor: Detect properties

--ENV--
APPVEYOR=True
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_AppVeyorPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of AppVeyor
AppVeyor: Detect properties of PR build

--ENV--
APPVEYOR=True
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Bamboo.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Jenkins CI
Bamboo: Detect properties

--ENV--
bamboo_buildResultsUrl=https://bamboo.foo.bar/browse/KEY-FOO-JOB1-3
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_BambooPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Jenkins CI
Bamboo: Detect properties of PR build

--ENV--
bamboo_buildResultsUrl=https://bamboo.foo.bar/browse/KEY-FOO-JOB1-3
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Circle.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Circle CI
Circle CI: Detect properties

--ENV--
CIRCLE_BUILD_NUM=1337
Expand Down
3 changes: 1 addition & 2 deletions tests/phpt/Ci/CiDetector_CirclePullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--TEST--
Detect properties of Circle CI

Circle CI: Detect properties of PR build
--ENV--
CIRCLE_BUILD_NUM=1337
CIRCLE_NODE_TOTAL=1
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Codeship.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Codeship
Codeship: Detect properties

--ENV--
CI_COMMIT_ID=26e646685c1e625939f6b2de0e5f30b59cc34d60
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_CodeshipPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Codeship
Codeship: Detect properties of PR build

--ENV--
CI_COMMIT_ID=26e646685c1e625939f6b2de0e5f30b59cc34d60
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Continuousphp.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Continuousphp CI
Continuousphp CI: Detect properties

--ENV--
CPHP_GIT_REF=refs/heads/test-continuousphp-branch
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_ContinuousphpPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Continuousphp CI
Continuousphp CI: Detect properties of PR build

--ENV--
CPHP_GIT_REF=refs/heads/test-continuousphp-branch
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Drone.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Drone CI
Drone CI: Detect properties

--ENV--
DRONE_COMMIT_AUTHOR_AVATAR=https://avatars0.githubusercontent.com/u/793041?v=4
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_DronePullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Drone CI
Drone CI: Detect properties of PR build

--ENV--
DRONE_COMMIT_AUTHOR_AVATAR=https://avatars0.githubusercontent.com/u/793041?v=4
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_GitHubActions.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of GitHub Actions
GitHub Actions: Detect properties

--ENV--
LEIN_HOME=/usr/local/lib/lein
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_GitHubActionsPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of GitHub Actions
GitHub Actions: Detect properties of PR build

--ENV--
LEIN_HOME=/usr/local/lib/lein
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_GitLab.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of GitLab CI
GitLab CI: Detect properties

--ENV--
CI_PROJECT_NAME=ci-detector
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_GitLab9.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of GitLab CI
GitLab CI 9+: Detect properties

--ENV--
CI_RUNNER_EXECUTABLE_ARCH=linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_GitLabExternalPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of GitLab CI
GitLab CI: Detect properties of external PR build

--ENV--
CI_PROJECT_NAME=ci-detector
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_GitLabMergeRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of GitLab CI
GitLab CI: Detect properties of PR build

--ENV--
CI_PROJECT_NAME=ci-detector
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Jenkins.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Jenkins CI
Jenkins CI: Detect properties

--ENV--
BUILD_URL=http://jenkins.foo/job/foo_job_name/1337/
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_TeamCity.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of TeamCity
TeamCity: Detect properties

--ENV--
TEAMCITY_PROJECT_NAME=Ci Detector
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_Travis.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect properties of Travis CI
Travis CI: Detect properties

--ENV--
CI=true
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/Ci/CiDetector_TravisPullRequest.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Detect branch name for pull request builds on Travis CI
Travis CI: Detect properties of PR build

--ENV--
CI=true
Expand Down

0 comments on commit d1dfea7

Please sign in to comment.