/**
  * @covers MarketMeSuite\Phranken\Database\Mongo\Util\MongoUtils::ConstructInArray
  */
 public function testConstructInArray2()
 {
     $this->assertSame(MongoUtils::ConstructInArray('wrong'), false);
     $this->assertSame(MongoUtils::ConstructInArray(null), false);
 }