Skip to content

Create your own string manipulation library — Test cases for my students as an intro to PHP and OOP

pedzed/php-string-manipulation-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP string manipulation tests

Test cases for string manipulation.

Prerequisites

Setup

  1. Clone the repository to the desired directory
    git clone https://github.com/pedzed/php-string-manipulation-tests.git
    
  2. Install the Composer dependencies
    composer install
    
  3. Run the unit tests
    ./vendor/bin/phpunit
    

You should see many errors/failures. You should write code, so that all errors will go away.

Note: It is not allowed to touch the /tests folder. You may look at the code, but you may not modify it.

About

Create your own string manipulation library — Test cases for my students as an intro to PHP and OOP

Topics

Resources

Stars

Watchers

Forks

Languages