Nelmio\Alice\Loader\SimpleDataLoaderTest::testIsNotClonable PHP Method

testIsNotClonable() public method

public testIsNotClonable ( )
    public function testIsNotClonable()
    {
        clone new SimpleDataLoader(new FakeFixtureBuilder(), new FakeGenerator());
    }