You are here

namespace Drupal\Tests\porterstemmer\Unit in Porter-Stemmer 8

Classsort descending Location Description
Porter2Pecl1 tests/src/Unit/Porter2Pecl1.php Tests the "PorterStemmer" implementation with PECL stem_english().
Porter2Pecl2 tests/src/Unit/Porter2Pecl2.php Tests the "PorterStemmer" implementation with PECL stem_english().
Porter2Pecl3 tests/src/Unit/Porter2Pecl3.php Tests the "PorterStemmer" implementation with PECL stem_english().
Porter2Pecl4 tests/src/Unit/Porter2Pecl4.php Tests the "PorterStemmer" implementation with PECL stem_english().
Porter2Pecl5 tests/src/Unit/Porter2Pecl5.php Tests the "PorterStemmer" implementation with PECL stem_english().
Porter2Pecl6 tests/src/Unit/Porter2Pecl6.php Tests the "PorterStemmer" implementation with PECL stem_english().
Porter2Test1 tests/src/Unit/Porter2Test1.php Tests the "PorterStemmer" implementation.
Porter2Test2 tests/src/Unit/Porter2Test2.php Tests the "PorterStemmer" implementation.
Porter2Test3 tests/src/Unit/Porter2Test3.php Tests the "PorterStemmer" implementation.
Porter2Test4 tests/src/Unit/Porter2Test4.php Tests the "PorterStemmer" implementation.
Porter2Test5 tests/src/Unit/Porter2Test5.php Tests the "PorterStemmer" implementation.
Porter2Test6 tests/src/Unit/Porter2Test6.php Tests the "PorterStemmer" implementation.
PorterPeclBase tests/src/Unit/PorterPeclBase.php Base methods for all PECL stem_english() tests.
TestItemsTrait tests/src/Unit/TestItemsTrait.php Provides a common method for testing the stemmer.