remove dump statement

This commit is contained in:
2017-04-18 22:18:19 +02:00
parent e4b4483845
commit 7b8d22a486
3 changed files with 9 additions and 20 deletions

View File

@@ -40,7 +40,6 @@ class AbstractSearchTest extends \PHPUnit_Framework_TestCase
public function testParseDateRegular()
{
//var_dump($this->stub);
$date = $this->stub->parseDate('2014-05-01');
$this->assertEquals('2014', $date->format('Y'));