mauriciovander / samplecode

PHP Sample Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samplecode

PHP Sample Code

UrlParser class located in src fiolder is responsible for parsing a URL

The class is based on standard PHP (^4) parse_url function

  1. clone the code
git clone https://github.com/mauriciovander/samplecode.git
cd samplecode
  1. install composer dependencies
composer install
  1. run tests
./vendor/phpunit/phpunit/phpunit --tap tests/UrlParserTest.php

About

PHP Sample Code


Languages

Language:PHP 100.0%