PHP Class Entity\TagTests

Inheritance: extends TestCase
Show file Open project: ssddanbrown/bookstack

Protected Properties

Property Type Description
$defaultTagCount

Public Methods

Method Description
test_entity_permissions_effect_tag_suggestions ( )
test_entity_tag_updating ( )
test_get_page_tags ( )
test_tag_name_suggestions ( )
test_tag_value_suggestions ( )

Protected Methods

Method Description
getPageWithTags ( Tag[] | boolean $tags = false ) : mixed Get an instance of a page that has many tags.

Method Details

getPageWithTags() protected method

Get an instance of a page that has many tags.
protected getPageWithTags ( Tag[] | boolean $tags = false ) : mixed
$tags BookStack\Tag[] | boolean
return mixed

test_entity_permissions_effect_tag_suggestions() public method

test_entity_tag_updating() public method

test_get_page_tags() public method

public test_get_page_tags ( )

test_tag_name_suggestions() public method

test_tag_value_suggestions() public method

Property Details

$defaultTagCount protected property

protected $defaultTagCount