Skip to content

Commit

Permalink
Unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fejese authored and fabpot committed Sep 19, 2014
1 parent 679df19 commit 3c11fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
Expand Up @@ -212,6 +212,7 @@ public function testFatalErrorHandlers($error, $class, $translatedMessage)
$this->assertSame($error['type'], $exceptionHandler->e->getSeverity());
$this->assertSame($error['file'], $exceptionHandler->e->getFile());
$this->assertSame($error['line'], $exceptionHandler->e->getLine());
restore_error_handler();
}

public function provideFatalErrorHandlersData()
Expand Down
Expand Up @@ -13,6 +13,7 @@

use Symfony\Component\Validator\Constraints\Image;
use Symfony\Component\Validator\Constraints\ImageValidator;
use Symfony\Component\Validator\Validation;

class ImageValidatorTest extends AbstractConstraintValidatorTest
{
Expand Down

0 comments on commit 3c11fa5

Please sign in to comment.