BrowscapTest\Data\DataCollectionTest::testGetVersion PHP Method

testGetVersion() public method

tests getting the version
public testGetVersion ( )
    public function testGetVersion()
    {
        self::assertSame('1234', $this->object->getVersion());
    }
DataCollectionTest