Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
otphp
Commits
4a369925
Unverified
Commit
4a369925
authored
3 years ago
by
Spomky
Browse files
Options
Download
Patches
Plain Diff
Test fixed
parent
0c2e6967
11.2.x
11.0.x
11.1.x
dependabot/composer/phpunit/phpunit-tw-9.5.26or-tw-10.0.0
11.1.0
v11.0.2
v11.0.1
v11.0.0
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.github/workflows/coding-standards.yml
+0
-2
.github/workflows/coding-standards.yml
.github/workflows/mutation-tests.yml
+0
-2
.github/workflows/mutation-tests.yml
.github/workflows/rector_checkstyle.yaml
+0
-2
.github/workflows/rector_checkstyle.yaml
.github/workflows/static-analyze.yml
+0
-2
.github/workflows/static-analyze.yml
.github/workflows/tests.yml
+0
-2
.github/workflows/tests.yml
with
0 additions
and
10 deletions
+0
-10
.github/workflows/coding-standards.yml
+
0
−
2
View file @
4a369925
...
...
@@ -27,8 +27,6 @@ jobs:
-
name
:
Install the application
run
:
|
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
-
name
:
Coding Standards Checks
run
:
make ci-cs
This diff is collapsed.
Click to expand it.
.github/workflows/mutation-tests.yml
+
0
−
2
View file @
4a369925
...
...
@@ -27,8 +27,6 @@ jobs:
-
name
:
Install the application
run
:
|
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
-
name
:
Fetch Git base reference
run
:
git fetch --depth=1 origin $GITHUB_BASE_REF
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/rector_checkstyle.yaml
+
0
−
2
View file @
4a369925
...
...
@@ -25,8 +25,6 @@ jobs:
-
name
:
Install the application
run
:
|
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
-
name
:
Rector
run
:
make ci-rector
This diff is collapsed.
Click to expand it.
.github/workflows/static-analyze.yml
+
0
−
2
View file @
4a369925
...
...
@@ -28,8 +28,6 @@ jobs:
-
name
:
Install the application
run
:
|
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
-
name
:
Static Analyze Checks
run
:
make ci-st
This diff is collapsed.
Click to expand it.
.github/workflows/tests.yml
+
0
−
2
View file @
4a369925
...
...
@@ -27,8 +27,6 @@ jobs:
-
name
:
Install the application
run
:
|
composer install --no-progress --prefer-dist --optimize-autoloader
yarn install --force
yarn build
-
name
:
Run tests
run
:
make all
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets