PetkoparaCrudGeneratorBundle icon indicating copy to clipboard operation
PetkoparaCrudGeneratorBundle copied to clipboard

3.3.0 Symfony Release does not work with this Bundle

Open mankaf opened this issue 7 years ago • 1 comments

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 !

mankaf avatar May 30 '17 09:05 mankaf

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

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

hackzilla avatar Nov 16 '17 17:11 hackzilla