Home > php_linked_list

php_linked_list

Php_linked_list is a project mainly written in PHP, it's free.

A linked list, done in php

A Linked List

A Linked List done in PHP

Running tests

To run, you need to have phpunit installed to run the tests.

To run all tests:

phpunit test/*

There's also a watchr spec file, should you choose expand this tiny library while doing TDD.

To start up watcher monitoring:

watchr specs.watchr

Previous:ride