Doctrine\MongoDB\Tests\Query\BuilderTest::testCurrentDateInvalidType PHP Method

testCurrentDateInvalidType() public method

    public function testCurrentDateInvalidType()
    {
        $this->getTestQueryBuilder()->updateOne()->field('lastUpdated')->currentDate('notADate');
    }
BuilderTest