Skip to content

Commit

Permalink
Adjust deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Apr 26, 2022
1 parent 62b20b6 commit 69b4ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-bundle/tests/Picker/TablePickerProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testName(): void
/**
* @group legacy
*
* @expectedDeprecation Since contao/core-bundle 4.9: The usage of a non fully qualified class name as DataContainer name has been deprecated %s.
* @expectedDeprecation The usage of a non fully qualified class name as DataContainer name has been deprecated and will no longer work in Contao 5.0. Use the fully qualified class name instead, e.g. Contao\DC_Table::class.
*/
public function testSupportsLegacyContext(): void
{
Expand Down Expand Up @@ -83,7 +83,7 @@ public function testDoesNotSupportsContextWithoutPrefix(): void
/**
* @group legacy
*
* @expectedDeprecation Since contao/core-bundle 4.9: The usage of a non fully qualified class name as DataContainer name has been deprecated %s.
* @expectedDeprecation The usage of a non fully qualified class name as DataContainer name has been deprecated and will no longer work in Contao 5.0. Use the fully qualified class name instead, e.g. Contao\DC_Table::class.
*/
public function testDoesNotSupportContextWithoutDataContainer(): void
{
Expand Down

0 comments on commit 69b4ddb

Please sign in to comment.