* * for the full copyright and license information, please view the license * file that was distributed with this source code. */ namespace Symfony\Tests\Bridge\Propel1\Fixtures; class ItemQuery { public function getTableMap() { // Allows to define methods in this class // to avoid a lot of mock classes return $this; } public function getPrimaryKeys() { return array('id'); } }