public function testStep5b() { $this->assertEquals('control', Stemmer::step5b('controll')); $this->assertEquals('roll', Stemmer::step5b('roll')); }