PHP 클래스 TextStatisticsPluralise

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nystudio107/seomatic

보호된 프로퍼티들

프로퍼티 타입 설명
$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 ( )
testPluralisation ( ) * Test Pluralisation --------------------
testSingularisation ( ) * Test Singularisations --------------------

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testPluralisation() 공개 메소드

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

testSingularisation() 공개 메소드

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

프로퍼티 상세

$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