Exemplo n.º 1
0
 /**
  * @expectedException RuntimeException
  */
 public function testJoinWithNonscalarArray()
 {
     $xao = new XArray([1, ['foo'], 7]);
     $xao->join('-');
 }