ScriptFUSIONTest\Unit\Porter\Collection\PorterRecordsTest::test PHP Method

test() public method

public test ( )
    public function test()
    {
        $records = new PorterRecords(\Mockery::mock(RecordCollection::class), $specification = \Mockery::mock(ImportSpecification::class));
        self::assertSame($specification, $records->getSpecification());
    }
PorterRecordsTest