mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 14:26:18 +08:00
Check test's dump
This commit is contained in:
parent
8a6765faeb
commit
5c2ea2ccda
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ class NpmTest extends \PHPUnit_Framework_TestCase
|
||||||
public function testJsValidate()
|
public function testJsValidate()
|
||||||
{
|
{
|
||||||
$out = array();
|
$out = array();
|
||||||
exec('gulp js:validate', $out);
|
exec('gulp js:eslint', $out);
|
||||||
|
|
||||||
|
var_dump($out);
|
||||||
|
|
||||||
$this->assertTrue(0 < \count($out));
|
$this->assertTrue(0 < \count($out));
|
||||||
$this->assertTrue(false === \strpos(\implode('|', $out), 'problem'));
|
$this->assertTrue(false === \strpos(\implode('|', $out), 'problem'));
|
||||||
|
|
Loading…
Reference in a new issue