To run this test case, please do the following:
git clone git://github.com/CiscoVE/resolve-target-entity-test.git
<VirtualHost *:80>
ServerName test.local
DocumentRoot /path/to/resolve-target-entity-test/web
<Directory /path/to/resolve-target-entity-test/web>
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
127.0.0.1 test.local
sudo apache2ctl restart
cp app/config/parameters.yml.dist app/config/parameters.yml
database_name: test
database_user: root
database_password: ~
php composer.php install
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load