Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.0 Symfony Release does not work with this Bundle #41

Open
mankaf opened this issue May 30, 2017 · 1 comment
Open

3.3.0 Symfony Release does not work with this Bundle #41

mankaf opened this issue May 30, 2017 · 1 comment
Labels

Comments

@mankaf
Copy link

mankaf commented 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 !

@mankaf 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
@petkopara petkopara added the bug label May 30, 2017
@hackzilla
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants