247 skills found · Page 1 of 9
mockery / MockeryMockery 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).
paratestphp / Paratest:computer: Parallel testing for PHPUnit
hugues-m / Phpunit VwVW PHPUnit extension makes your failing test cases succeed under CI tools scrutiny
bovigo / VfsStreamvfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
sarven / Unit Testing TipsUnit testing tips by examples in PHP
mikeerickson / Phpunit Pretty Result PrinterPHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
spatie / Phpunit WatcherA tool to automatically rerun PHPUnit tests when source code changes
johnkary / Phpunit SpeedtrapReports on slow-running tests in your PHPUnit test suite
dg / Bypass FinalsRemoves `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.
Roave / No Leaks:potable_water: PHPUnit Plugin for detecting Memory Leaks in code and tests
laracasts / IntegratedSimple, intuitive integration testing with PHPUnit.
giorgiosironi / ErisEris is a porting of Quickcheck and property-based testing tools to the PHP and PHPUnit ecosystem.
lchrusciel / ApiTestCaseHandy PHPUnit test case for testing JSON APIs in your Symfony applications.
laradashboard / Laradashboard⚡ Lara Dashboard - CMS by Laravel - All In One solution to start your Laravel Application from Basic to Enterprise. Manages Users, Roles, Permissions, Modules, Settings, Translations, Contents, Monitoring and every actions of your Laravel application. Complete solution for Laravel application with Tailwind, Livewire, Rest API, Unit-Tests and more.
shipmonk-rnd / Dead Code Detector💀 PHP unused code detection via PHPStan extension. Detects dead cycles, supports libs like Symfony, Twig, Doctrine, PHPUnit etc. Can automatically remove dead PHP code. Able to detect dead code used only in tests. Finds unused methods, constants, properties and enum cases.
jwage / PhpchunkitPHPChunkit - PHPUnit test runner with test chunking capabilities.
lmc-eu / StewardPHP libraries that makes Selenium WebDriver + PHPUnit functional testing easy and robust
calebporzio / Better PhpunitA better PHPUnit test runner for VS Code
phpspec / Prophecy PhpunitIntegrating Prophecy in PHPUnit test cases
Yoast / PHPUnit PolyfillsSet of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests