/**
  * @expectedException \EvdB\OpenExchangeRates\Exception\InvalidDateArgument
  */
 public function testQueryDateFormatterFailingByStdClass()
 {
     OpenExchangeRates::getFormattedQueryDate(new stdClass());
 }