PHP Class Spec\Dumplie\Metadata\MetadataSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: dumplie/dumplie

Public Methods

Method Description
it_allows_fields_to_be_accessed_by_magic_get ( )
it_allows_fields_to_be_modified_by_magic_set ( )
it_can_be_validated_against_model ( )
it_throws_exception_when_accessing_not_existing_metadata_field ( )
it_throws_exception_when_model_name_is_empty ( )
it_throws_exception_when_validated_for_wrong_model ( )

Method Details

it_allows_fields_to_be_accessed_by_magic_get() public method

it_allows_fields_to_be_modified_by_magic_set() public method

it_can_be_validated_against_model() public method

it_throws_exception_when_accessing_not_existing_metadata_field() public method

it_throws_exception_when_model_name_is_empty() public method

it_throws_exception_when_validated_for_wrong_model() public method