PHP 클래스 TagTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: austintoddj/canvas 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$model string The tag model's full namespace.

공개 메소드들

메소드 설명
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 ( )

메소드 상세

it_can_create_a_tag_and_save_it_to_the_database() 공개 메소드

it_can_delete_a_tag_from_the_database() 공개 메소드

it_can_edit_tags() 공개 메소드

public 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() 공개 메소드

프로퍼티 상세

$model 보호되어 있는 프로퍼티

The tag model's full namespace.
protected string $model
리턴 string