awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sebastianbergmann avatar

sebastianbergmann/phpunit

0
View on GitHub↗
20,033 Stars·2,224 Forks·PHP·BSD-3-Clause·7 Aufrufephpunit.de↗

Phpunit

PHPUnit is a unit testing framework and automated testing tool for the PHP ecosystem. It provides a comprehensive suite for writing and running automated tests to verify the functional correctness of PHP code and identify software bugs.

The framework supports both unit and end-to-end testing to validate individual code units and complete application workflows. It includes capabilities for automated regression testing and test suite management, allowing for the execution of targeted subsets of tests.

The tool provides mechanisms for identifying flaky tests through automatic retries and test repetition. It also includes utilities for filtering deprecation warnings to isolate functional failures.

Features

  • PHP Testing Frameworks - Serves as a primary framework for writing and running automated unit tests specifically for the PHP ecosystem.
  • Automated Testing Tools - Provides a complete toolset for executing unit and end-to-end tests to identify software bugs.
  • Regression Testing Suites - Provides the infrastructure to run existing test suites to ensure updates do not break existing functionality.
  • Dynamic Mock Objects - Implements dynamic mock object generation to isolate units of code by simulating complex dependencies.
  • Assertion Libraries - Provides a comprehensive library of assertion methods to verify that code outputs match expected values.
  • Unit Testing - Enables the verification of individual code units in isolation to ensure correct behavior of functions and classes.
  • Test Suites - Allows organizing and executing specific subsets of tests to provide faster feedback during development.
  • Test Isolation - Allows running tests in separate processes to prevent side effects from leaking between test cases.
  • Test Retry Strategies - Implements automatic re-execution of failing tests to identify and isolate flaky test cases.
  • End-to-End Testing - Supports the validation of complete application workflows to ensure system components integrate correctly.
  • Test Repeaters - Includes mechanisms to repeat failed tests automatically to identify intermittent environment issues or flakiness.
  • Test Discovery Mechanisms - Automatically identifies executable test cases by scanning classes and methods for specific naming patterns.
  • Test Suite Filters - Enables the selection of specific test subsets by matching attributes against runtime configuration flags.
  • Test Lifecycle Hooks - Offers predefined method signatures for executing setup and teardown logic at various stages of the test lifecycle.
  • Testing and Quality - Standard unit testing framework.

Star-Verlauf

Star-Verlauf für sebastianbergmann/phpunitStar-Verlauf für sebastianbergmann/phpunit

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Phpunit

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Phpunit.
  • vitest-dev/vitestAvatar von vitest-dev

    vitest-dev/vitest

    15,970Auf GitHub ansehen↗

    Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an integrated environment that supports unit, integration, and browser-based testing, allowing developers to execute test suites natively without requiring separate build steps or complex configuration. The project distinguishes itself through a highly optimized execution model that leverages worker-thread isolation and on-demand module transformation to provide rapid feedback. It includes a comprehensive suite of mocking and spying utilities that allow for the interception of depen

    TypeScripttesttesting-toolsvite
    Auf GitHub ansehen↗15,970
  • codeception/codeceptionAvatar von Codeception

    Codeception/Codeception

    4,855Auf GitHub ansehen↗

    Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit, functional, and acceptance testing. It serves as a tool for automating real desktop and mobile browsers via the WebDriver protocol and acts as a client for testing REST and SOAP APIs. The framework is distinguished by its support for Behavior-Driven Development, allowing users to write human-readable test specifications in Gherkin language to align technical tests with business requirements. It implements actor-based action mapping to connect these natural language steps to executabl

    PHP
    Auf GitHub ansehen↗4,855
  • quii/learn-go-with-testsAvatar von quii

    quii/learn-go-with-tests

    23,510Auf GitHub ansehen↗

    This project is an educational platform and tutorial series designed to teach the Go programming language through the practice of test-driven development. It provides a structured path for developers to master language fundamentals, concurrency, and standard library usage by building functional applications in small, verifiable increments. The core methodology centers on the test-driven development cycle, where failing tests are written before implementation to define requirements and ensure code correctness. This approach is applied across a wide range of practical scenarios, including the c

    Gogogolangtdd
    Auf GitHub ansehen↗23,510
  • thomhurst/tunitAvatar von thomhurst

    thomhurst/TUnit

    3,744Auf GitHub ansehen↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    C#csharpdotnettest
    Auf GitHub ansehen↗3,744
Alle 30 Alternativen zu Phpunit anzeigen→

Häufig gestellte Fragen

Was macht sebastianbergmann/phpunit?

PHPUnit is a unit testing framework and automated testing tool for the PHP ecosystem. It provides a comprehensive suite for writing and running automated tests to verify the functional correctness of PHP code and identify software bugs.

Was sind die Hauptfunktionen von sebastianbergmann/phpunit?

Die Hauptfunktionen von sebastianbergmann/phpunit sind: PHP Testing Frameworks, Automated Testing Tools, Regression Testing Suites, Dynamic Mock Objects, Assertion Libraries, Unit Testing, Test Suites, Test Isolation.

Welche Open-Source-Alternativen gibt es zu sebastianbergmann/phpunit?

Open-Source-Alternativen zu sebastianbergmann/phpunit sind unter anderem: vitest-dev/vitest — Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an… codeception/codeception — Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit,… quii/learn-go-with-tests — This project is an educational platform and tutorial series designed to teach the Go programming language through the… thomhurst/tunit — TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source… jquery/qunit — QUnit is a JavaScript unit testing framework designed to verify code behavior using assertions and lifecycle hooks… sebastianbergmann/phpunit-mock-objects — This project is a mocking framework and library designed for creating simulated objects to isolate code and verify…