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

testUpdateDateEnd() public method

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