Пример #1
0
 public function testSplit()
 {
     $this->assertEquals(['a', 'b', 'c', 'xyz', 'd'], P::split('.', 'a.b.c.xyz.d'));
 }