File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Contracts/HttpClient/Test Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
/src /Symfony /Component /Console /Logger /ConsoleLogger.php @ dunglas
3
3
# DependencyInjection
4
4
/src /Symfony /Component /DependencyInjection /Compiler /AutowirePass.php @ dunglas
5
+ # ErrorRenderer
6
+ /src /Symfony /Component /ErrorRenderer /* @ yceruto
5
7
# Form
6
8
/src /Symfony /Bridge /Twig /Extension /FormExtension.php @ xabbuh
7
9
/src /Symfony /Bridge /Twig /Form /* @ xabbuh
33
35
/src /Symfony /Bridge /Doctrine /PropertyInfo /* @ dunglas
34
36
# Serializer
35
37
/src /Symfony /Component /Serializer /* @ dunglas
38
+ # TwigBundle
39
+ /src /Symfony /Bundle /TwigBundle /ErrorRenderer /TwigHtmlErrorRenderer.php @ yceruto
36
40
# WebLink
37
41
/src /Symfony /Component /WebLink /* @ dunglas
38
42
# Workflow
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ return PhpCsFixer\Config::create()
51
51
// explicit heredoc test
52
52
->notPath ('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php ' )
53
53
// explicit trigger_error tests
54
- ->notPath ('Symfony/Component/Debug /Tests/DebugClassLoaderTest.php ' )
54
+ ->notPath ('Symfony/Component/ErrorHandler /Tests/DebugClassLoaderTest.php ' )
55
55
// invalid annotations on purpose
56
56
->notPath ('Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php ' )
57
57
)
Original file line number Diff line number Diff line change 10
10
"name" : " Fabien Potencier" ,
11
11
"email" : " fabien@symfony.com"
12
12
},
13
+ {
14
+ "name" : " Yonel Ceruto" ,
15
+ "email" : " yonelceruto@gmail.com"
16
+ },
13
17
{
14
18
"name" : " Symfony Community" ,
15
19
"homepage" : " https://symfony.com/contributors"
Original file line number Diff line number Diff line change @@ -795,7 +795,6 @@ public function testMaxDuration()
795
795
796
796
$ duration = microtime (true ) - $ start ;
797
797
798
- $ this ->assertGreaterThanOrEqual (0.1 , $ duration );
799
- $ this ->assertLessThan (0.2 , $ duration );
798
+ $ this ->assertLessThan (10 , $ duration );
800
799
}
801
800
}
You can’t perform that action at this time.
0 commit comments