PHP Class TagTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: austintoddj/canvas Class Usage Examples

Protected Properties

Property Type Description
$model string The tag model's full namespace.

Public Methods

Method Description
it_can_create_a_tag_and_save_it_to_the_database ( )
it_can_delete_a_tag_from_the_database ( )
it_can_edit_tags ( )
it_has_the_correct_model_properties ( )
it_validates_the_tag_create_form ( )
the_database_table_has_all_of_the_correct_columns ( )

Method Details

it_can_create_a_tag_and_save_it_to_the_database() public method

it_can_delete_a_tag_from_the_database() public method

it_can_edit_tags() public method

public it_can_edit_tags ( )

it_has_the_correct_model_properties() public method

it_validates_the_tag_create_form() public method

the_database_table_has_all_of_the_correct_columns() public method

Property Details

$model protected property

The tag model's full namespace.
protected string $model
return string