Пример #1
0
 /**
  * Testing the get_euro_value method for converting to European timestamp format.
  *
  * @since 1.0
  */
 public function testGetEuroValue()
 {
     $this->assertEquals(date('d/m/y'), $this->timestamp1->getEuroValue(), 'testing the get_euro_value method for converting to European timestamp format');
 }