X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fphpunit%2Fphpunit%2Fsrc%2FFramework%2FRiskyTest.php;fp=vendor%2Fphpunit%2Fphpunit%2Fsrc%2FFramework%2FRiskyTest.php;h=d476eeda0b8348664fe21243490b0a46c62554c9;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/phpunit/phpunit/src/Framework/RiskyTest.php b/vendor/phpunit/phpunit/src/Framework/RiskyTest.php new file mode 100644 index 000000000..d476eeda0 --- /dev/null +++ b/vendor/phpunit/phpunit/src/Framework/RiskyTest.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +/** + * A marker interface for marking any exception/error as result of an unit + * test as risky. + * + * @since Interface available since Release 4.0.0 + */ +interface PHPUnit_Framework_RiskyTest +{ +}