PHP Class PhpPresentation\Tests\Writer\PowerPoint2007\CommentAuthorsTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: phpoffice/phppowerpoint

Protected Properties

Property Type Description
$oPresentation PhpPresentation;

Public Methods

Method Description
setUp ( )
tearDown ( ) Executed before each method of the class
testComments ( )
testWithSameAuthor ( )
testWithoutComment ( )
testWithoutCommentAuthor ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

Executed before each method of the class
public tearDown ( )

testComments() public method

public testComments ( )

testWithSameAuthor() public method

public testWithSameAuthor ( )

testWithoutComment() public method

public testWithoutComment ( )

testWithoutCommentAuthor() public method

Property Details

$oPresentation protected property

protected PhpPresentation; $oPresentation
return PhpPresentation;