PHP Class BlogContentTest

Inheritance: extends BaserTestCase
Show file Open project: baserproject/basercms

Public Properties

Property Type Description
$fixtures

Public Methods

Method Description
afterSaveDataProvider ( )
setUp ( )
tearDown ( )
testAfterSave ( mixed $id, integer $exclude_search ) afterSave
testCopy ( ) ブログコンテンツデータをコピーする
testCreateSearchIndex ( ) 検索用データを生成する
testその他正常系 ( )
testその他異常系 ( )
test桁数チェック正常系 ( )
test桁数チェック異常系 ( )
test空チェック ( ) * validate

Method Details

afterSaveDataProvider() public method

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testAfterSave() public method

afterSave
public testAfterSave ( mixed $id, integer $exclude_search )
$id mixed
$exclude_search integer

testCopy() public method

ブログコンテンツデータをコピーする
public testCopy ( )

testCreateSearchIndex() public method

検索用データを生成する

testその他正常系() public method

testその他異常系() public method

test桁数チェック正常系() public method

test桁数チェック異常系() public method

test空チェック() public method

* validate
public test空チェック ( )

Property Details

$fixtures public property

public $fixtures