Skip to content

tonikelope/url_scissors

Repository files navigation

url_scissors

A simple app using Slim Framework

For testing with PHP built-in web server:

$ php composer.phar install

$ php -S localhost:8888 -t public public/index.php

and click here

Unit tests:

$ ./vendor/bin/phpunit --colors=always ./tests/unit/

Acceptance tests:

$ ./vendor/bin/behat --config ./tests/behat/behat.yml ./tests/behat/features/parse.feature

Screenshot

Releases

No releases published

Packages

No packages published

Languages