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

Appearance settings

Commit 971f7ff

Browse filesBrowse files
committed
debug the AppVeyor failure
1 parent 3b90c38 commit 971f7ff
Copy full SHA for 971f7ff

File tree

2 files changed

+3
-308
lines changed
Filter options

2 files changed

+3
-308
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
-308Lines changed: 0 additions & 308 deletions
This file was deleted.

‎src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ public function testSubmitNullUsesDefaultEmptyData($emptyData = '10', $expectedD
5353

5454
public function testSubmittedLargeIntegersAreNotCastToFloat()
5555
{
56+
var_dump(PHP_INT_SIZE);
57+
var_dump(PHP_INT_MIN);
58+
var_dump(PHP_INT_MAX);
5659
$form = $this->factory->create(static::TESTED_TYPE);
5760

5861
$form->submit('201803221011791');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.