Nelmio\Alice\FixtureBuilder\SimpleBuilderTest::testIsNotClonable PHP Method

testIsNotClonable() public method

public testIsNotClonable ( )
    public function testIsNotClonable()
    {
        $builder = new SimpleBuilder(new FakeDenormalizer());
        clone $builder;
    }