PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
phpunit
/
phpunit
/
src
/
Framework
/
Exception
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ class AssertionFailedError extends Exception implements SelfDescribing { /** * Wrapper for getMessage() which is declared as final. */ public function toString(): string { return $this->getMessage(); } }
[-] OutputError.php
[edit]
[-] InvalidCoversTargetException.php
[edit]
[-] AssertionFailedError.php
[edit]
[-] InvalidDataProviderException.php
[edit]
[-] CoveredCodeNotExecutedException.php
[edit]
[+]
..
[-] NoChildTestSuiteException.php
[edit]
[-] ActualValueIsNotAnObjectException.php
[edit]
[-] ComparisonMethodDoesNotExistException.php
[edit]
[-] RiskyTestError.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] MissingCoversAnnotationException.php
[edit]
[-] ExpectationFailedException.php
[edit]
[-] SkippedTestError.php
[edit]
[-] IncompleteTestError.php
[edit]
[-] CodeCoverageException.php
[edit]
[-] ComparisonMethodDoesNotAcceptParameterTypeException.php
[edit]
[-] PHPTAssertionFailedError.php
[edit]
[-] .htaccess
[edit]
[-] ComparisonMethodDoesNotDeclareParameterTypeException.php
[edit]
[-] Warning.php
[edit]
[-] ComparisonMethodDoesNotDeclareExactlyOneParameterException.php
[edit]
[-] ComparisonMethodDoesNotDeclareBoolReturnTypeException.php
[edit]
[-] Exception.php
[edit]
[-] UnintentionallyCoveredCodeError.php
[edit]
[-] SyntheticSkippedError.php
[edit]
[-] SyntheticError.php
[edit]
[-] SkippedTestSuiteError.php
[edit]
[-] Error.php
[edit]