Registry / testing / monthly-basis-laminas-test

monthly-basis-laminas-test

JSON →
library2.2.3phppackagistunverified

Testing utilities for Laminas-based projects.

composer require monthly-basis/laminas-test
INSTALL
IMPORT
SIG · MONTHLY-BASIS-LAMI
M
monthly-basis-laminas-test
testingphpv2.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AbstractControllerTestCase
use MonthlyBasis\LaminasTest\AbstractControllerTestCase;

Write a controller test using the abstract test case.

use MonthlyBasis\LaminasTest\AbstractControllerTestCase; class MyControllerTest extends AbstractControllerTestCase { public function testIndexAction() { $this->dispatch('/'); $this->assertResponseStatusCode(200); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
monthly-basis-laminas-test — pip install monthly-basis-laminas-test · libregistry