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

https://github.com/invalidusrname/php_linked_list

A linked list, done in php
https://github.com/invalidusrname/php_linked_list

Last synced: 8 months ago
JSON representation

A linked list, done in php

Awesome Lists containing this project

README

          

# A Linked List

A Linked List done in PHP

## Running tests

To run, you need to have [phpunit](http://www.phpunit.de) installed to run the tests.

To run all tests:

`phpunit test/*`

There's also a [watchr](http://github.com/mynyml/watchr) spec file, should you choose expand this tiny library while doing TDD.

To start up watcher monitoring:

`watchr specs.watchr`