Lines Matching defs:Sentence
3 namespace Vanderlee\Sentence\Tests;
6 use Vanderlee\Sentence\Sentence;
9 * @coversDefaultClass \Vanderlee\Sentence\Sentence
15 * @var Sentence
25 $this->object = new \Vanderlee\Sentence\Sentence();
168 $this->assertSame(['Hello world.', 'Are you there'], $this->object->split('Hello world. Are you there', Sentence::SPLIT_TRIM));
169 $this->assertSame(['Hello world.', 'Are you there?'], $this->object->split('Hello world. Are you there?', Sentence::SPLIT_TRIM));