PHP 클래스 TextStatisticsMaths

상속: 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 ( )
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