mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
remove dump statement
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user