This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-cms
Watch
1
Star
0
Fork
0
You've already forked silverstripe-cms
mirror of
https://github.com/silverstripe/silverstripe-cms
synced
2024-10-22 08:05:56 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
4f37770864
silverstripe-cms
/
tests
/
bootstrap
/
fixtures
/
Page.php.fixture
9 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
NEW: Refactor test bootstrap to be more modular. The test bootstrap is broken into units that can be combined for different test situations: - phpunit - behat - serve
2016-10-28 06:47:30 +02:00
<?php
use SilverStripe\CMS\Model\SiteTree;
class Page extends SiteTree
{
API Allow controller discovery without underscore (PSR-2 compliance)
2016-12-29 22:32:04 +01:00
NEW: Refactor test bootstrap to be more modular. The test bootstrap is broken into units that can be combined for different test situations: - phpunit - behat - serve
2016-10-28 06:47:30 +02:00
}
Reference in New Issue
Copy Permalink