Registry / testing / silverstripe-frameworktest

silverstripe-frameworktest

JSON →
library0.4.15phppackagistunverified

Aids core and module developers in testing their code against sample data and behaviour.

composer require silverstripe/frameworktest
INSTALL
IMPORT
SIG · SILVERSTRIPE-FRAME
S
silverstripe-frameworktest
testingphpv0.4.15
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.

TestModel
use SilverStripe\FrameworkTest\Model\TestModel;

Create and save a test model instance.

use SilverStripe\FrameworkTest\Model\TestModel; $model = TestModel::create(); $model->Title = 'Test'; $model->write();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.15latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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