PHP Класс TextStatisticsMaths

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
setUp ( )
tearDown ( )
testCalc ( ) * Test Normalisation --------------------
testNormalisation ( ) * Test Normalisation --------------------

Описание методов

setUp() публичный Метод

public setUp ( )

tearDown() публичный Метод

public tearDown ( )

testCalc() публичный Метод

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

testNormalisation() публичный Метод

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

Описание свойств

$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.
protected $TextStatistics