Deviad commented on a change in pull request #113:
URL:
https://github.com/apache/openwhisk-runtime-php/pull/113#discussion_r790645969
##########
File path:
tests/src/test/scala/runtime/actionContainers/Php7ActionContainerTests.scala
##########
@@ -46,10 +46,10 @@ abstract class Php7ActionContainerTests extends
BasicActionRunnerTests with WskA
override val testNotReturningJson = {
TestConfig(
"""
- |<?php
- |function main(array $args) {
- | return "not a json object";
- |}
+ |<?php
Review comment:
These lines have been formatted, because scalamft plugin was complaining
about formatting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]