oops
authorgggeek <giunta.gaetano@gmail.com>
Thu, 31 Dec 2020 15:54:23 +0000 (15:54 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 31 Dec 2020 15:54:23 +0000 (15:54 +0000)
.travis.yml
demo/vardemo.php

index 90327cc..378e3b2 100644 (file)
@@ -54,7 +54,7 @@ before_script:
 script:
     - ./vendor/bin/phpunit -v $PHPUNIT_OPTS tests
     - python3 demo/client/python/test.py
-    - perl extras/client/perl/test.pl
+    - perl demo/client/perl/test.pl
 
 after_failure:
   # Troubleshoot test env build problems
index 3c9812a..606fa2a 100644 (file)
@@ -3,7 +3,7 @@
 <body>
 <?php
 
-include_once __DIR__ . "/../vendor/autoload.php";
+include_once __DIR__ . '/../vendor/autoload.php';
 
 $req = new PhpXmlRpc\Request('examples.getStateName');