Skip to content

Commit

Permalink
bug #3806 #3805 stop phpunit warning of no tests in abstract class (C…
Browse files Browse the repository at this point in the history
…hangePlaces)

This PR was merged into the 3.0.x-dev branch.

Discussion
----------

#3805 stop phpunit warning of no tests in abstract class

see  #3805

<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->

Commits
-------

3a0bd04 #3805 shuts phpunit up complaining of no tests in abstract class
  • Loading branch information
javiereguiluz committed Sep 25, 2020
2 parents 5f74b2e + 3a0bd04 commit a3f2c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Field/AbstractFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;

class AbstractFieldTest extends KernelTestCase
abstract class AbstractFieldTest extends KernelTestCase
{
protected $entityDto;
protected $adminContext;
Expand Down

0 comments on commit a3f2c95

Please sign in to comment.