PHP Class CsvView\Test\TestCase\View\CsvViewTest

Inheritance: extends Cake\TestSuite\TestCase
显示文件 Open project: friendsofcake/cakephp-csvview

Public Properties

Property Type Description
$fixtures

Public Methods

Method Description
setUp ( )
testInvalidViewVarThrowsException ( ) : void CsvViewTest::testInvalidViewVarThrowsException()
testPassingQueryAsData ( ) : void [testPassingQueryAsData description]
testRenderEnclosure ( ) : void CsvViewTest::testRenderEnclosure()
testRenderViaExtract ( ) : void CsvViewTest::testRenderViaExtract()
testRenderViaExtractOptionalField ( ) : void CsvViewTest::testRenderViaExtractOptionalField()
testRenderViaExtractWithCallable ( ) : void CsvViewTest::testRenderViaExtractWithCallable()
testRenderWithCustomEncoding ( ) : void Test render with a custom encoding.
testRenderWithCustomEol ( ) : void Test render with a custom EOL char.
testRenderWithCustomNull ( ) : void Test render with a custom NULL option.
testRenderWithMbstring ( ) : void Test render with mbstring extension.
testRenderWithSpecialCharacters ( ) : void CsvViewTest::testRenderWithSpecialCharacters()
testRenderWithView ( ) : void testRenderWithView method
testRenderWithoutView ( ) : void testRenderWithoutView method
testRenderWithoutViewMultiple ( ) : void Test render with an array in _serialize

Method Details

setUp() public method

public setUp ( )

testInvalidViewVarThrowsException() public method

CsvViewTest::testInvalidViewVarThrowsException()

testPassingQueryAsData() public method

[testPassingQueryAsData description]
public testPassingQueryAsData ( ) : void
return void

testRenderEnclosure() public method

CsvViewTest::testRenderEnclosure()
public testRenderEnclosure ( ) : void
return void

testRenderViaExtract() public method

CsvViewTest::testRenderViaExtract()
public testRenderViaExtract ( ) : void
return void

testRenderViaExtractOptionalField() public method

CsvViewTest::testRenderViaExtractOptionalField()

testRenderViaExtractWithCallable() public method

CsvViewTest::testRenderViaExtractWithCallable()

testRenderWithCustomEncoding() public method

Test render with a custom encoding.
public testRenderWithCustomEncoding ( ) : void
return void

testRenderWithCustomEol() public method

Test render with a custom EOL char.
public testRenderWithCustomEol ( ) : void
return void

testRenderWithCustomNull() public method

Test render with a custom NULL option.
public testRenderWithCustomNull ( ) : void
return void

testRenderWithMbstring() public method

Test render with mbstring extension.
public testRenderWithMbstring ( ) : void
return void

testRenderWithSpecialCharacters() public method

CsvViewTest::testRenderWithSpecialCharacters()

testRenderWithView() public method

testRenderWithView method
public testRenderWithView ( ) : void
return void

testRenderWithoutView() public method

testRenderWithoutView method
public testRenderWithoutView ( ) : void
return void

testRenderWithoutViewMultiple() public method

Test render with an array in _serialize

Property Details

$fixtures public_oe property

public $fixtures