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.
- Host: GitHub
- URL: https://github.com/4d47/php-learning-experience
- Owner: 4d47
- License: unlicense
- Created: 2013-02-05T21:44:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T16:40:53.000Z (over 10 years ago)
- Last Synced: 2025-02-04T13:49:00.496Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
PHP Learning Experience
=======================[](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