Пример #1
0
 /**
  * Tests for quoteNum.
  *
  * @expectedException RuntimeException
  */
 public function testQuoteNum4()
 {
     StaticDataLayer::quoteNum(new StaticDataLayer());
 }