Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit944eb9f

Browse files
committed
remove copied WebTestCase to fix 8.1 dev
PRsymfony/symfony#32207 got merged
1 parentef3e0aa commit944eb9f

File tree

3 files changed

+1
-229
lines changed

3 files changed

+1
-229
lines changed

‎phpstan.neon.dist‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ parameters:
258258
- src/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php
259259
# Imported code (temporary)
260260
- src/Symfony/Bundle/Test/BrowserKitAssertionsTrait.php
261-
- tests/Symfony/Bundle/Test/WebTestCaseTest.php
262261
- tests/Core/ProphecyTrait.php
263262
- tests/Core/Behat/CoverageContext.php
264263
- tests/Core/Behat/DoctrineContext.php

‎tests/Doctrine/EventListener/PurgeHttpCacheListenerTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testOnFlush()
100100
$propertyAccessorProphecy =$this->prophesize(PropertyAccessorInterface::class);
101101
$propertyAccessorProphecy->isReadable(Argument::type(Dummy::class),'relatedDummy')->willReturn(true);
102102
$propertyAccessorProphecy->isReadable(Argument::type(Dummy::class),'relatedOwningDummy')->willReturn(false);
103-
$propertyAccessorProphecy->getValue(Argument::type(Dummy::class),'relatedDummy')->shouldBeCalled();
103+
$propertyAccessorProphecy->getValue(Argument::type(Dummy::class),'relatedDummy')->willReturn($toInsert2)->shouldBeCalled();
104104
$propertyAccessorProphecy->getValue(Argument::type(Dummy::class),'relatedOwningDummy')->shouldNotBeCalled();
105105

106106
$listener =newPurgeHttpCacheListener($purgerProphecy->reveal(),$iriConverterProphecy->reveal(),$resourceClassResolverProphecy->reveal(),$propertyAccessorProphecy->reveal());

‎tests/Symfony/Bundle/Test/WebTestCaseTest.php‎

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp