Skip to content

1.1.5

Compare
Choose a tag to compare
@josantonius josantonius released this 13 Sep 02:31
· 38 commits to main since this release

What's Changed

  • Unit tests supported by PHPUnit were added.

  • The repository was synchronized with Travis CI to implement continuous integration.

  • Added ErrorHandler/src/bootstrap.php file

  • Added ErrorHandler/tests/bootstrap.php file.

  • Added ErrorHandler/phpunit.xml.dist file.

  • Added ErrorHandler/_config.yml file.

  • Added ErrorHandler/.travis.yml file.

  • Added ErrorHandler/public/template/view.php file.

  • Added ErrorHandler/public/css/styles.php file.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest class.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeException() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeWarning() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeNotice() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeUserError() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeUserNotice() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeUserWarning() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod() method.

  • Deleted Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse() method.

Full Changelog: 1.1.4...1.1.5