An open API service indexing awesome lists of open source software.

https://github.com/4d47/php-learning-experience

PHP can be weird, sometimes.
https://github.com/4d47/php-learning-experience

Last synced: about 1 month ago
JSON representation

PHP can be weird, sometimes.

Awesome Lists containing this project

README

        

PHP Learning Experience
=======================

[![Build Status](https://travis-ci.org/4d47/php-learning-experience.png?branch=master)](https://travis-ci.org/4d47/php-learning-experience)

This is weird stuff I wondered about. I name my test classes after php.net URLs (eg. `http://php.net/manual/en/function.array-search.php` -> `Function_ArraySearchTest`).

To run the tests:

$ phpunit tests