Skip to content

Commit

Permalink
Add missing properties to classes tests/Zend/Test/PHPUnit/*
Browse files Browse the repository at this point in the history
Test case (not working right now, need migrate code Zend_Test_PHPUnit_ControllerTestCase support phpunit 9)
docker run -v $(pwd):$(pwd) -w $(pwd) -t --rm php:8.2-rc-cli-alpine -d memory_limit=-1 ./bin/phpunit -v --bootstrap tests/TestHelper.php tests/Zend/Test/PHPUnit/AllTests.php
  • Loading branch information
hungtrinh committed Nov 22, 2022
1 parent c67ed9a commit f89ef2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Zend/Test/PHPUnit/ControllerTestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
*/
class Zend_Test_PHPUnit_ControllerTestCaseTest extends TestCase
{
/**
* @var \Zend_Test_PHPUnit_ControllerTestCaseTest_Concrete|mixed
*/
public $testCase;

/**
* Runs the test methods of this class.
*
Expand Down
2 changes: 2 additions & 0 deletions tests/Zend/Test/PHPUnit/Db/TestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
*/
class Zend_Test_PHPUnit_Db_TestCaseTest extends Zend_Test_PHPUnit_DatabaseTestCase
{
public $databaseTester;

/**
* Contains a Database Connection
*
Expand Down

0 comments on commit f89ef2e

Please sign in to comment.