Example #1
0
 public function testSlice()
 {
     $file = new File(__DIR__ . '/test.mp3');
     $this->assertSame('TAG', $file->slice(-128, 3));
 }