Skip to content

tommystanton/hello-world-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Hello - Implement "Hello world" in PHP

SYNOPSIS

require 'path/to/Hello.php';

$hello = new Hello();
print $hello->greet(); # "Hello world!"

DESCRIPTION

The goal of this project is to exhibit test-driven development (TDD) in PHP.

PREREQUISITES

Composer is used to bring in the dependencies.

$ composer install

BUILD

Run the tests like so:

$ vendor/bin/phpunit tests/

AUTHOR

Tommy Stanton <tommystanton@gmail.com>

About

"Hello world" in PHP (with TDD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages