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

testUpdateDateStart() public method

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