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

testOrderDateEnd() public method

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