You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working with you bundle yesterday with no problems.
Today i installed using the same commands (composer) you are providing at the homepage and after visiting the designed route for the Crud Bundle, i have HTTP ERROR 500.
When i stop the symfony instance and run again :
C:\xampp\htdocs\omega>php bin/console server:run
Fatal error: Class 'PHPUnit\Framework\TestCase' not found in C:\xampp\htdocs\omega\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Test\KernelTestCase.php on line 25
Yesterday i can confirm it was working with version 3.2.8, i know they lately released 3.2.9 but today it wont work with 3.3.0.
PS: super bundle a perfect way to use and understand how symfony works, thank you !
The text was updated successfully, but these errors were encountered:
mankaf
changed the title
3.3.0 Release does not work with this Bundle
3.3.0 Symfony Release does not work with this Bundle
May 30, 2017
Hello,
I was working with you bundle yesterday with no problems.
Today i installed using the same commands (composer) you are providing at the homepage and after visiting the designed route for the Crud Bundle, i have HTTP ERROR 500.
When i stop the symfony instance and run again :
C:\xampp\htdocs\omega>php bin/console server:run
Fatal error: Class 'PHPUnit\Framework\TestCase' not found in C:\xampp\htdocs\omega\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Test\KernelTestCase.php on line 25
Yesterday i can confirm it was working with version 3.2.8, i know they lately released 3.2.9 but today it wont work with 3.3.0.
PS: super bundle a perfect way to use and understand how symfony works, thank you !
The text was updated successfully, but these errors were encountered: