PHPUnit_AgileTestCase

class atk4\core\PHPUnit_AgileTestCase
Generic TestCase for PHPUnit tests for ATK4 repos.
Source:vendor/atk4/core/src/PHPUnit_AgileTestCase.php#8
Parent:PHPUnit_Framework_TestCase

Methods

public atk4\core\PHPUnit_AgileTestCase::runBare()
Runs the bare test sequence.
Source:vendor/atk4/core/src/PHPUnit_AgileTestCase.php#15
Returns:null
public atk4\core\PHPUnit_AgileTestCase::callProtected($obj, $name, $args=[])
Calls protected method.
NOTE: this method must only be used for low-level functionality, not
for general test-scripts.
Source:

vendor/atk4/core/src/PHPUnit_AgileTestCase.php#36

Parameters:
  • $obj (object)
  • $name (string)
  • $args (array)
Returns:

mixed

public atk4\core\PHPUnit_AgileTestCase::getProtected($obj, $name)
Returns protected property value.
NOTE: this method must only be used for low-level functionality, not
for general test-scripts.
Source:

vendor/atk4/core/src/PHPUnit_AgileTestCase.php#56

Parameters:
  • $obj (object)
  • $name (string)
Returns:

mixed

public atk4\core\PHPUnit_AgileTestCase::testFake()
Fake test. Otherwise Travis gives warning that there are no tests in here.
Source:vendor/atk4/core/src/PHPUnit_AgileTestCase.php#68