예제 #1
0
파일: BaseTest.php 프로젝트: nottavi/Faker
 public function testRandomDigitNotNullReturnsNotNullDigit()
 {
     $this->assertTrue(BaseProvider::randomDigitNotNull() > 0);
     $this->assertTrue(BaseProvider::randomDigitNotNull() < 10);
 }