/vendor/phpunit/phpunit/tests/Regression/GitHub/1437/Issue1437Test.php

https://bitbucket.org/alan_cordova/api-sb-map · PHP · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · aa097597adc21b07c037582a9741360e MD5 · raw file

  1. <?php
  2. class Issue1437Test extends PHPUnit_Framework_TestCase
  3. {
  4. public function testFailure()
  5. {
  6. ob_start();
  7. $this->assertTrue(false);
  8. }
  9. }