Skip to content

Commit

Permalink
Merge pull request dustin10#158 from K-Phoen/fix-tests
Browse files Browse the repository at this point in the history
Fixed tests
  • Loading branch information
dustin10 committed Oct 4, 2013
2 parents f16afc6 + ac22514 commit d348d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adapter/ORM/DoctrineORMAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Vich\UploaderBundle\Adapter\AdapterInterface;
use Doctrine\Common\EventArgs;
use Doctrine\ORM\Proxy\Proxy;
use Doctrine\Common\Persistence\Proxy;

/**
* DoctrineORMAdapter.
Expand Down
2 changes: 1 addition & 1 deletion Tests/DummyEntityProxyORM.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Vich\UploaderBundle\Tests;

use Doctrine\ORM\Proxy\Proxy;
use Doctrine\Common\Persistence\Proxy;

/**
* DummyEntityProxyORM.
Expand Down

0 comments on commit d348d7d

Please sign in to comment.