Esempio n. 1
0
 public function testFluffTimestamp()
 {
     // Generate a random timestamp
     $random_timestamp = Fluffer::fluffTimestamp();
     // Make sure the timestamp is a integer in seconds since the epoch
     $this->assertTrue(is_int($random_timestamp), "The timestamp should be a number");
 }