Sokil\Mongo\DocumentTest::testDeprecatedSchema PHP Method

testDeprecatedSchema() public method

    public function testDeprecatedSchema()
    {
        $document = new DeprecatedSchemaDocumentStub($this->collection);
        $this->assertSame('ACTIVE', $document->status);
    }
DocumentTest