Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
773fa8eb
Commit
773fa8eb
authored
Jan 20, 2018
by
Tomas Norre Mikkelsen
Browse files
[TASK] Added composer test:unit + fixed CheckForOutatedExtensionsTest
parent
6b088050
Pipeline
#3411
failed with stages
in 10 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
773fa8eb
...
...
@@ -26,7 +26,7 @@ test:
-
php -r "copy('https://getcomposer.org/composer.phar', 'composer.phar');"
-
php composer.phar install
script
:
-
bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml
-
./composer.phar test:unit
build
:
...
...
composer.json
View file @
773fa8eb
...
...
@@ -55,5 +55,11 @@
"html/typo3conf/ext/ter_fe2/Classes/"
,
"html/typo3conf/ext/ter/"
]
},
"scripts"
:
{
"test:unit"
:
[
"[ -e bin/phpunit ] || composer install"
,
"./bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml"
]
}
}
html/.htaccess
0 → 100644
View file @
773fa8eb
html/typo3conf/ext/ter_fe2/Tests/Unit/Task/CheckForOutdatedExtensionsTest.php
View file @
773fa8eb
...
...
@@ -64,7 +64,7 @@ class CheckForOutdatedExtensionsTest extends \Nimut\TestingFramework\TestCase\Un
{
$this
->
subject
=
$this
->
getAccessibleMock
(
\
T3o\TerFe2\Task\CheckForOutdatedExtensions
::
class
,
array
(
'dummy'
)
[
'dummy'
],
[],
''
,
false
);
}
...
...
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!
Cancel
Please
register
or
sign in
to comment