| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | //class SiteTreePublishingEngineTest extends SapphireTest |
||
| 11 | //{ |
||
| 12 | // protected function setUp() |
||
| 13 | // { |
||
| 14 | // parent::setUp(); |
||
| 15 | // |
||
| 16 | // Injector::inst()->registerService(@$this->createMock(LoggerInterface::class), LoggerInterface::class); |
||
| 17 | // } |
||
| 18 | // |
||
| 19 | // public function testCollectChangesForPublishing() |
||
| 20 | // { |
||
| 21 | // $obj = StaticPublishingTriggerPage::create(); |
||
| 22 | // $obj->collectChanges(['action' => 'publish']); |
||
| 49 |