Mongolid\Util\ObjectIdUtilsTest::testShouldEvaluateIfValueIsAnObjectid PHP Method

testShouldEvaluateIfValueIsAnObjectid() public method

public testShouldEvaluateIfValueIsAnObjectid ( $value, $expectation )
    public function testShouldEvaluateIfValueIsAnObjectid($value, $expectation)
    {
        $this->assertEquals($expectation, ObjectIdUtils::isObjectId($value));
    }