| 1 | <?php |
||
| 28 | class DeprecatedAdminStatsBlockServiceTest extends BlockServiceTestCase |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * @var Pool |
||
| 32 | */ |
||
| 33 | private $pool; |
||
| 34 | |||
| 35 | protected function setUp(): void |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @expectedDeprecation Passing null as argument 2 to Sonata\AdminBundle\Block\AdminStatsBlockService::__construct() is deprecated since sonata-project/admin-bundle 3.x and will throw a \TypeError in version 4.0. You must pass an instance of Sonata\AdminBundle\Admin\Pool instead. |
||
| 44 | */ |
||
| 45 | public function testDefaultSettings(): void |
||
| 65 | } |
||
| 66 |