PHP Class ContentTest

..>
Inheritance: extends CakeTestCase
Show file Open project: baserproject/basercms Class Usage Examples

Public Properties

Property Type Description
$fixtures

Public Methods

Method Description
getUrlDataProvider ( )
setUp ( ) : void set up
testGetUrl ( $host, $ua, string $url, boolean $full, boolean $useSubDomain, string $expects ) testGetUrl

Method Details

getUrlDataProvider() public method

public getUrlDataProvider ( )

setUp() public method

set up
public setUp ( ) : void
return void

testGetUrl() public method

$param string $host ホスト名 $param string $ua ユーザーエージェント名
public testGetUrl ( $host, $ua, string $url, boolean $full, boolean $useSubDomain, string $expects )
$url string 変換前URL
$full boolean フルURLで出力するかどうか
$useSubDomain boolean サブドメインを利用するかどうか
$expects string 期待するURL

Property Details

$fixtures public property

public $fixtures