Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Contributors

Languages