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 3b90c38 commit 971f7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 308 deletions.
308 changes: 0 additions & 308 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 971f7ff

Please sign in to comment.