Skip to content

Commit

Permalink
fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Oct 9, 2024
1 parent 7702f4a commit e9ef16a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/TestCase/Model/Filter/CriteriaFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class CriteriaFilterTest extends TestCase
*/
protected $Articles;

/**
* @var \Cake\ORM\Table
*/
protected $Authors;

/**
* setUp method
*
Expand Down

0 comments on commit e9ef16a

Please sign in to comment.