Explorar o código

fixed tests due to PHP bug

Johannes M. Schmitt %!s(int64=13) %!d(string=hai) anos
pai
achega
2276f33e3a
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      Tests/Fixtures/GroupsObject.php
  2. 1 1
      phpunit.xml.dist

+ 1 - 0
Tests/Fixtures/GroupsObject.php

@@ -21,6 +21,7 @@ namespace JMS\SerializerBundle\Tests\Fixtures;
 use JMS\SerializerBundle\Annotation\Groups;
 use JMS\SerializerBundle\Annotation\Type;
 
+/** blablub */
 class GroupsObject
 {
     /**

+ 1 - 1
phpunit.xml.dist

@@ -9,7 +9,7 @@
          processIsolation="false"
          stopOnFailure="false"
          syntaxCheck="false"
-         bootstrap="./../../../../app/bootstrap.php.cache"
+         bootstrap="./../../../../app/autoload.php"
 >
          
     <testsuites>