minetro/tester-sandbox

This package is abandoned and no longer maintained. The author suggests using the nette/tester package instead.

Nette\Tester project skeleton based on Nette Framework (@nette) and Contributte (@contributte) libraries by @f3l1x.

dev-master 2023-07-24 19:37 UTC

This package is auto-updated.

Last update: 2023-11-17 22:28:12 UTC


README

68747470733a2f2f62616467656e2e6e65742f6769746875622f636865636b732f636f6e74726962757474652f7465737465722d736b656c65746f6e2f6d6173746572 68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f636f6e74726962757474652f7465737465722d736b656c65746f6e 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f646d2f636f6e74726962757474652f7465737465722d736b656c65746f6e 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f7465737465722d736b656c65746f6e

68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f7465737465722d736b656c65746f6e 68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f7465737465722d736b656c65746f6e 68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e 68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77 68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534

Website 🚀 contributte.org | Contact 👨🏻‍💻 f3l1x.io | Twitter 🐦 @contributte

Goal

Main goal is to show how to test Nette components.

Installation

You will need PHP 8.1+ and Composer.

Create project using composer.

composer create-project -s dev contributte/tester-skeleton acme

Now you have application installed. It's time to run it.

Startup

The easiest way is to use php built-in web server.

make dev
# php -S 0.0.0.0:8000 -t www

Then visit http://localhost:8000 in your browser.

The second part is to execute tests.

make tests

Development

See how to contribute to this package.

This package is currently maintaining by these authors.

538058?v=3&s=80

Consider to support contributte development team. Also thank you for using this project.