Exemplo n.º 1
0
 public function testRandomDigitNotNullReturnsNotNullDigit()
 {
     $this->assertTrue(BaseProvider::randomDigitNotNull() > 0);
     $this->assertTrue(BaseProvider::randomDigitNotNull() < 10);
 }