Software Alternatives & Reviews

Testing PHP Applications

PHPUnit PEST Composer Codeception
  1. Application and Data, Build, Test, Deploy, and Testing Frameworks
    Pricing:
    • Open Source
    There are many tools you can use to prove the correct working of this method. The most popular one (by far!) is phpUnit.

    #Development #Online Services #Automated Testing 30 social mentions

  2. 2
    An elegant PHP testing framework with a focus on simplicity
    Pricing:
    • Open Source
    Pest: a testing framework designed following Laravel coding standards.

    #Productivity #Programming #Developer Tools 15 social mentions

  3. Composer is a tool for dependency management in PHP.
    Pricing:
    • Open Source
    The first thing you should do to add it to your project is install the tool. The best way to go about it is to add it as a dependency of the project. Assuming that your project is built using composer, all you need to do is issue a composer require --dev phpunit/phpunit, which will produce a new file inside your vendor/bin directory: phpunit.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 124 social mentions

  4. Codeception is a new full-stack testing PHP framework.
    Pricing:
    • Open Source
    There are many tools you can use for this purpose, but one I particularly like is CodeCeption. What I like most about it is that it's a unified tool that can be used to perform several types of tests, acceptance being one of them.

    #Browser Testing #Automated Testing #Website Testing 8 social mentions

Discuss: Testing PHP Applications

Log in or Post with