Fakerino\Test\FakeData\Core\IntegerTest::testInteger PHP Method

testInteger() public method

public testInteger ( )
    public function testInteger()
    {
        $this->assertInstanceOf('Fakerino\\FakeData\\FakeDataInterface', new Integer());
    }