expectException(Regex\Exception\InvalidPatternException::class); $this->expectExceptionMessage("No ending delimiter '/' found"); Regex\split('php standard library', '/'); } }