File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
dev/tests/functional/tests/MFTF/DevDocs/Helper Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1111 matrix :
1212 - VERIFICATION_TOOL=phpunit-checks
1313 - VERIFICATION_TOOL=static-checks
14+ - VERIFICATION_TOOL=functional
1415script :
1516 - bin/$VERIFICATION_TOOL
1617after_success :
Original file line number Diff line number Diff line change 1+ # Copyright © Magento, Inc. All rights reserved.
2+ # See COPYING.txt for license details.
3+
4+ set -e
5+
6+ echo "==============================="
7+ echo " EXECUTE DevDocsTest "
8+ echo "==============================="
9+ bin/mftf build:project
10+ bin/mftf run:test DevDocsTest -f
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CustomHelper extends Helper
2323 */
2424 public function goTo (
2525 string $ url ,
26- float $ test ,
26+ $ test ,
2727 array $ module = [],
2828 $ superBla = null ,
2929 $ bla = 'blaValue ' ,
You can’t perform that action at this time.
0 commit comments