Skip to content

Commit

Permalink
debug the AppVeyor failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Feb 4, 2019
1 parent d7d611a commit 55676ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 284 deletions.
284 changes: 0 additions & 284 deletions .travis.yml

This file was deleted.

Expand Up @@ -53,6 +53,9 @@ public function testSubmitNullUsesDefaultEmptyData($emptyData = '10', $expectedD

public function testSubmittedLargeIntegersAreNotCastToFloat()
{
var_dump(PHP_INT_SIZE);
var_dump(PHP_INT_MIN);
var_dump(PHP_INT_MAX);
$form = $this->factory->create(static::TESTED_TYPE);

$form->submit('201803221011791');
Expand Down

0 comments on commit 55676ba

Please sign in to comment.