Nelmio\Alice\Definition\Object\SimpleObjectTest::testThrowsAnErrorIfInstanceIsNotAnObject PHP Method

testThrowsAnErrorIfInstanceIsNotAnObject() public method

    public function testThrowsAnErrorIfInstanceIsNotAnObject($instance)
    {
        new SimpleObject('user0', $instance);
    }