Exemplo n.º 1
0
 /**
  * Testing the getWeekday() method when the default constructor is used.
  *
  * @since 1.0
  */
 public function testGetWeekday()
 {
     $this->assertEquals(date('l'), $this->timestamp1->getWeekday(), 'testing the getWeekday() method when the default constructor is used');
 }