PHP Class TextStatisticsMaths

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo 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 ( )
testCalc ( ) * Test Normalisation --------------------
testNormalisation ( ) * Test Normalisation --------------------

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCalc() public method

* Test Normalisation --------------------
public testCalc ( )

testNormalisation() public method

* Test Normalisation --------------------
public testNormalisation ( )

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