/**
  * @dataProvider conditionsForTestReplaceNamesWithNamespaces
  */
 public function testReplaceNamesWithNamespaces($origClause, $columnPhpName = false, $modifiedClause)
 {
     $c = new TestableModelCriteriaWithNamespace('bookstore_namespaced', 'Foo\\Bar\\NamespacedBook');
     $this->doTestReplaceNames($c, \Foo\Bar\NamespacedBookPeer::getTableMap(), $origClause, $columnPhpName = false, $modifiedClause);
 }