예제 #1
0
파일: VTest.php 프로젝트: nsteiner/kdoc
 public function testSize()
 {
     $this->assertTrue(v::size('super', 5));
     $this->assertTrue(v::size('1234', 1234));
     $this->assertTrue(v::size(range(0, 9), 10));
 }