PHP Class TextStatisticsPluralise

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nystudio107/seomatic

Protected Properties

Свойство 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.

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testPluralisation ( ) * Test Pluralisation --------------------
testSingularisation ( ) * Test Singularisations --------------------

Method Details

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testPluralisation() public méthode

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

testSingularisation() public méthode

* 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