Skip to content

Commit

Permalink
Add missing test properties
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Sep 14, 2023
1 parent 633cc85 commit 591c0cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/TestCase/Command/MigrationCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

class MigrationCommandTest extends TestCase
{
/**
* @var \Migrations\MigrationsMigrateCommand
*/
protected $command;

/**
* tearDown method
*
Expand Down
5 changes: 5 additions & 0 deletions tests/TestCase/Command/Phinx/CacheBuildTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class CacheBuildTest extends TestCase
*/
protected $streamOutput;

/**
* @var string
*/
protected $_compareBasePath;

/**
* setup method
*
Expand Down
5 changes: 5 additions & 0 deletions tests/TestCase/TestSuite/MigratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@

class MigratorTest extends TestCase
{
/**
* @var string
*/
protected $restore;

public function setUp(): void
{
parent::setUp();
Expand Down

0 comments on commit 591c0cc

Please sign in to comment.