���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/tests/phpunit/includes/Storage/PageUpdaterFactoryIntegrationTest.php
���ѧ٧ѧ�
<?php namespace MediaWiki\Tests\Storage; use ContentHandler; use MediaWiki\Revision\SlotRecord; use MediaWikiIntegrationTestCase; use TextContent; /** * @covers MediaWiki\Storage\PageUpdaterFactory * @group Database */ class PageUpdaterFactoryIntegrationTest extends MediaWikiIntegrationTestCase { /** * @covers WikiPage::newPageUpdater */ public function testNewPageUpdater() { $page = $this->getExistingTestPage(); $title = $page->getTitle(); $user = $this->getTestUser()->getUserIdentity(); /** @var TextContent $content */ $content = ContentHandler::makeContent( "[[Lorem ipsum]] dolor sit amet, consetetur sadipscing elitr, sed diam " . " nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.", $title, CONTENT_MODEL_WIKITEXT ); $factory = $this->getServiceContainer()->getPageUpdaterFactory(); $updater = $factory->newPageUpdater( $page, $user ); $updater->setContent( SlotRecord::MAIN, $content ); $update = $updater->prepareUpdate(); /** @var TextContent $pstContent */ $pstContent = $update->getRawContent( SlotRecord::MAIN ); $this->assertSame( $content->getText(), $pstContent->getText() ); $pout = $update->getCanonicalParserOutput(); $this->assertStringContainsString( 'dolor sit amet', $pout->getText() ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�