예제 #1
0
 /**
  * Tests Text::bytes()
  *
  * @test
  * @dataProvider provider_bytes
  */
 public function test_bytes($expected, $bytes, $force_unit, $format, $si)
 {
     $this->assertSame($expected, Text::bytes($bytes, $force_unit, $format, $si));
 }