You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/08 17:59:24 UTC

[GitHub] csantanapr commented on issue #28: Add PHP 7.2.6 runtime

csantanapr commented on issue #28: Add PHP 7.2.6 runtime
URL: https://github.com/apache/incubator-openwhisk-runtime-php/pull/28#issuecomment-395840102
 
 
   The new test file should look like this if there it's the same set of tests as 7.1
   ```scala
   package runtime.actionContainers
   
   import org.junit.runner.RunWith
   import org.scalatest.junit.JUnitRunner
   
   @RunWith(classOf[JUnitRunner])
   class Php72ActionContainerTests extends Php7ActionContainerTests {
   
     override lazy val nodejsContainerImageName = "action-php-v7.2"
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services