Eccube\Tests\Repository\OrderRepositoryGetQueryBuilderBySearchDataTest::testOrderDateStart PHP Method

testOrderDateStart() public method

public testOrderDateStart ( )
    public function testOrderDateStart()
    {
        // FIXME create_date を検索している
        $this->searchData = array('order_date_start' => new \DateTime('- 1 days'));
        $this->scenario();
        $this->expected = 3;
        $this->actual = count($this->Results);
        $this->verify();
    }