summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-07-07 19:46:53 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-07-07 19:46:53 -0700
commit291f767690928af5fb55aa1e05a10b368637dc12 (patch)
tree8497372eefd3fe0b4777c4e0bb88ff0c81ef867c
parentd50900ce372037217c36462f4b14e2cd5a533d28 (diff)
downloadsendgrid-php-291f767690928af5fb55aa1e05a10b368637dc12.zip
sendgrid-php-291f767690928af5fb55aa1e05a10b368637dc12.tar.gz
sendgrid-php-291f767690928af5fb55aa1e05a10b368637dc12.tar.bz2
Tests working automatically locally and on Travisorigin/prism
-rw-r--r--test/unit/SendGridTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/SendGridTest.php b/test/unit/SendGridTest.php
index 4e7b51d..bacce19 100644
--- a/test/unit/SendGridTest.php
+++ b/test/unit/SendGridTest.php
@@ -13,7 +13,6 @@ class SendGridTest_SendGrid extends \PHPUnit_Framework_TestCase
if( file_exists( '/usr/local/bin/prism' ) == false ) {
if(strtoupper(substr(php_uname('s'), 0, 3)) != 'WIN'){
try {
- print("here");
$proc_ls = proc_open("curl https://raw.githubusercontent.com/stoplightio/prism/master/install.sh",
array(
array("pipe","r"), //stdin
@@ -2396,6 +2395,6 @@ class SendGridTest_SendGrid extends \PHPUnit_Framework_TestCase
{
$command = 'kill '.self::$pid;
exec($command);
- print("Prism shut down");
+ print("\nPrism shut down");
}
}