PHP Class TextStatisticsPluralise

Inheritance: extends PHPUnit_Framework_TestCase
Mostra file Open project: nystudio107/seomatic

Protected Properties

Property Type Description
$TextStatistics * This file contains the more basic tests - short sentences, word counts, sentence counts, and so on. Longer texts are split into their own test files for convenience.

Public Methods

Method Description
setUp ( )
tearDown ( )
testPluralisation ( ) * Test Pluralisation --------------------
testSingularisation ( ) * Test Singularisations --------------------

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testPluralisation() public method

* Test Pluralisation --------------------
public testPluralisation ( )

testSingularisation() public method

* Test Singularisations --------------------
public testSingularisation ( )

Property Details

$TextStatistics protected_oe property

* This file contains the more basic tests - short sentences, word counts, sentence counts, and so on. Longer texts are split into their own test files for convenience.
protected $TextStatistics