petkopara / PetkoparaCrudGeneratorBundle

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
MIT License
70 stars 17 forks source link

3.3.0 Symfony Release does not work with this Bundle #41

Open mankaf opened 7 years ago

mankaf commented 7 years ago

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 !

hackzilla commented 6 years ago

PHPUnit\Framework\TestCase is related to PHP Unit changing to namespaces.

Not sure why the server is trying to run the tests.