コード例 #1
0
ファイル: BaseTest.php プロジェクト: nottavi/Faker
 public function testRandomDigitNotNullReturnsNotNullDigit()
 {
     $this->assertTrue(BaseProvider::randomDigitNotNull() > 0);
     $this->assertTrue(BaseProvider::randomDigitNotNull() < 10);
 }