Skip to content

Commit

Permalink
added a simple test to catch hhvm segmentation fault in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Feb 6, 2018
1 parent 0691cce commit f8f609a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
'where' => ''
);

// do nothing test
print "starting mysql-php_test000.sql" . PHP_EOL;
$dump = new IMysqldump\Mysqldump(
"mysql:host=localhost;dbname=test001",
"travis",
""
);

print "starting mysql-php_test001.sql" . PHP_EOL;
$dump = new IMysqldump\Mysqldump(
"mysql:host=localhost;dbname=test001",
Expand Down

0 comments on commit f8f609a

Please sign in to comment.