Componette

Componette

WebChemistry

WebChemistry / testing-helpers 4.1.0

Testing codeception services contains nette presenters, forms, ...

download-cloud-line composer require webchemistry/testing-helpers

Build Status

Usage

In test case use trait WebChemistry\Testing\TUnitTest

use WebChemistry\Testing\TUnitTest;

class FooTest extends \Codeception\Test\Unit {

	use TUnitTest;
	
}
  • 4.1.0 4.1.0

    • Fix compatibility with nette/application 3.2.3
    • Require PHP 8.1 (this was already the case in 4.0.0 due to nette/application 3.2.0 requirement but now we make it explicit)
    • Add type hints to most properties and parameters
    • Rename WebChemistry\Testing\Components\Presenter to PresenterFactory
    • Various code clean-ups (enforced by PHP-CS-Fixer)
  • 4.0.0 4.0.0

    • Require PHP 8.0
    • Support and require nette/application 3.2.0 and nette/forms 3.1.12
    • Remove deprecated WebChemistry\Testing\Components\Hierarchy\Presenter::renderDomQuery() method
    • Various code clean-ups
  • 3.0.0

  • 2.0.1

  • 2.0

  • 1.1.2

  • 1.1.1

bar-chart-fill

Statistics

download-cloud-fill
4867
star-fill
1
bug-fill
0
flashlight-fill
75d
price-tag-2-line

Badges

guide-fill

Dependencies

php (>= 7.1)
Componette Componette felix@nette.org