Registry / testing / silverstripe-recipe-testing

silverstripe-recipe-testing

JSON →
library4.0.0phppackagistunverified

SilverStripe recipe for testing tools and configuration.

composer require silverstripe/recipe-testing
INSTALL
IMPORT
SIG · SILVERSTRIPE-RECIP
S
silverstripe-recipe-testing
testingphpv4.0.0
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.

FunctionalTest
use SilverStripe\Dev\FunctionalTest;

Extend FunctionalTest to write SilverStripe integration tests.

use SilverStripe\Dev\FunctionalTest; class MyTest extends FunctionalTest { public function testSomething() { $this->get('/'); $this->assertHTTPStatus(200); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
silverstripe-recipe-testing — pip install silverstripe-recipe-testing · libregistry