diff --git a/package.json b/package.json index bb22fbf..ce8e07c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elephant-harness", - "version": "0.8.4", + "version": "0.8.5", "description": "Node.js - Electron - NW.js controller for PHP scripts", "main": "src/elephant-harness.js", "directories": { diff --git a/test/elephant-harness-test.js b/test/elephant-harness-test.js index b8c608a..197c777 100755 --- a/test/elephant-harness-test.js +++ b/test/elephant-harness-test.js @@ -1,6 +1,6 @@ 'use strict'; -// elephant-harness test +// elephant-harness npm test // Load the elephant-harness package: const ELEPHANT_HARNESS = require('../src/elephant-harness.js'); @@ -47,7 +47,7 @@ phpTestScript.errorFunction = function(error) { }; phpTestScript.exitFunction = function(exitCode) { - console.log(`elephant-harness test script exited with exit code ${exitCode}`); + console.log(`elephant-harness test script exit code is ${exitCode}`); }; // Start the PHP test script: diff --git a/tonic/example.js b/tonic/example.js index 7261add..b3947b2 100644 --- a/tonic/example.js +++ b/tonic/example.js @@ -1,5 +1,3 @@ -'use strict'; - const ELEPHANT_HARNESS = require('elephant-harness'); let phpScriptObject = {};