Eccube\Tests\Repository\ProductRepositoryGetQueryBuilderBySearchDataAdminTest::testCreateDateEnd PHP Method

testCreateDateEnd() public method

public testCreateDateEnd ( )
    public function testCreateDateEnd()
    {
        $this->searchData = array('create_date_end' => new \DateTime('+ 1 days'));
        $this->scenario();
        $this->expected = 3;
        $this->actual = count($this->Results);
        $this->verify();
    }