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

Commitd851a79

Browse files
Fix typo
1 parent7bfd7bb commitd851a79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎phpunit‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
// Cache-Id:https://github.com/symfony/phpunit-bridge/commit/6ce862d9166ac77f611cc97789e91cb4f51f0021
4+
// Cache-Id:2019-08-09 13:00 UTC
55

66
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
77
echo"Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";

‎src/Symfony/Bridge/PhpUnit/bin/simple-phpunit‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
// Please update when phpunit needs to be reinstalled with fresh deps:
14-
// Cache-Id-Version: 2019-07-04 18:00 UTC
14+
// Cache-Id: 2019-08-09 13:00 UTC
1515

1616
error_reporting(-1);
1717

‎src/Symfony/Component/Serializer/Tests/Normalizer/DateIntervalNormalizerTest.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ public function testDenormalize()
8989
*/
9090
publicfunctiontestDenormalizeUsingFormatPassedInContext($format,$input,$output)
9191
{
92-
$this->assertDateIntervalEquals($this->getInterval($input),$this->normalizer->denormalize($input, \DateInterval::class,null, [DateIntervalNormalizer::FORMAT_KEY =>$format]));
92+
$this->assertDateIntervalEquals($this->getInterval($output),$this->normalizer->denormalize($input, \DateInterval::class,null, [DateIntervalNormalizer::FORMAT_KEY =>$format]));
9393
}
9494

9595
/**
9696
* @dataProvider dataProviderISO
9797
*/
9898
publicfunctiontestDenormalizeUsingFormatPassedInConstructor($format,$input,$output)
9999
{
100-
$this->assertDateIntervalEquals($this->getInterval($input), (newDateIntervalNormalizer($format))->denormalize($input, \DateInterval::class));
100+
$this->assertDateIntervalEquals($this->getInterval($output), (newDateIntervalNormalizer($format))->denormalize($input, \DateInterval::class));
101101
}
102102

103103
publicfunctiontestDenormalizeExpectsString()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp