PHPSpec VS Codeception

Compare PHPSpec vs Codeception and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
PHPSpec Codeception
1 12
1,865 4,739
0.3% 0.3%
7.6 7.6
24 days ago 8 days ago
PHP PHP
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PHPSpec

Posts with mentions or reviews of PHPSpec. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning PHPSpec yet.
Tracking mentions began in Dec 2020.

Codeception

Posts with mentions or reviews of Codeception. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.
  • Any good resources on how to do “interaction” tests?
    6 projects | /r/PHP | 27 May 2023
  • Any pro-tips for writing automated tests with Selenium PHP?
    3 projects | /r/PHP | 2 May 2023
    Personal experience: - don’t use Behat unless you really needed a “story telling”, it has a intermediate layer Gherkin that you’ll need to code. You can write “Given/When/Then” steps but you’ll also need to write “php code” that will interpret this step. - using real browser be prepared for instability - any interaction with JavaScript can broken/delay execution - be prepared that this tests are call functional they are the most expensive test, so start small unit then integration and only then functional. - use https://github.com/symfony/panther or https://codeception.com/ you’ll have phpunit alike interface to run them. - you’ll need to reset state of your database each time to provide “isolation” and stability
  • PHPUnit, do i need to learn it?
    5 projects | /r/PHP | 6 Jan 2023
    Codeception: https://codeception.com/
  • Automating Tests using CodeceptJS and Testomat.io: First Steps
    8 projects | dev.to | 6 Sep 2022
    There are enough blog posts about Jest or Cypress already, so let me introduce Codecept. It comes in two flavors. There is Codeception for PHP, and there is CodeceptJS for JavaScript which we will be using here.
  • Testing PHP Applications
    5 projects | dev.to | 5 Aug 2022
    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.
  • Symfony Station Communiqué - 04 March 2022. A Look at Symfony and PHP news!
    2 projects | dev.to | 4 Mar 2022
    And within the Symfony ecosystem Codeception, which “collects and shares best practices and solutions for testing PHP web applications. With a flexible set of included modules tests are easy to write, easy to use, and easy to maintain.”
  • Modern tools for PHP developers
    9 projects | dev.to | 24 Jan 2022
    Other tools worth mentioning include Codeception and behat. Both use phpUnit underneath, but have different approaches to writing tests.
  • Testing strategies
    2 projects | dev.to | 8 Sep 2021
    Codeception

What are some alternatives?

When comparing PHPSpec and Codeception you can also consider the following projects:

PHPUnit - The PHP Unit Testing framework.

Behat - BDD in PHP

Pest - Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.

Prophecy - Highly opinionated mocking framework for PHP 5.3+

ParaTest - :computer: Parallel testing for PHPUnit

Mockery - Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).

Faker

Mink - Mink documentation

Alice - Expressive fixtures generator

Kahlan - :heavy_check_mark: PHP Test Framework for Freedom, Truth, and Justice