Skip to content

Commit

Permalink
fixed tests due to PHP bug
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Apr 12, 2012
1 parent bbaee82 commit 2276f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tests/Fixtures/GroupsObject.php
Expand Up @@ -21,6 +21,7 @@
use JMS\SerializerBundle\Annotation\Groups;
use JMS\SerializerBundle\Annotation\Type;

/** blablub */
class GroupsObject
{
/**
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="./../../../../app/bootstrap.php.cache"
bootstrap="./../../../../app/autoload.php"
>

<testsuites>
Expand Down

0 comments on commit 2276f33

Please sign in to comment.