codeception

Integration of Nette Framework to Codeception.

MIT License

Downloads
403.4K
Stars
27
Committers
14

Bot releases are hidden (Show)

codeception - v0.6.1

Published by f3l1x almost 4 years ago

Bumped! 🌇

Diff: https://github.com/contributte/codeception/compare/v0.6.0...v0.6.1

Changes:

  • Fix Nette connector [cf80900bdd5d4f07371b8e038efa9475e971171e] (@enumag)
codeception - v0.6.2

Published by f3l1x almost 4 years ago

Bumped! ⛩ī¸

Diff: https://github.com/contributte/codeception/compare/v0.6.1...v0.6.2

Changes:

  • Close session after each test [5374f4936d870a916a353334eaf36f226e7b71f4] (@enumag)
  • Throw exception when seeRedirectTo can't work [61a2321217a368600d702e618533416356442861] (@enumag)
  • Add .gitlab-ci [e40f209e94ae5a721af544454579dea9e5a5d6c7] (@enumag)
codeception - v0.6.3

Published by f3l1x almost 4 years ago

Bumped! 🐨

Diff: https://github.com/contributte/codeception/compare/v0.6.2...v0.6.3

Changes:

  • Remove ConfigFilesInterface (didn't work since v0.6.0) [0c0350e2cda96ad283c213974b71550a5386a58a] (@enumag)
  • Automatize tests running [039e15924a2f2ecfeef6629a22afaedcc36463c1] (@enumag)
codeception - v0.6.4

Published by f3l1x almost 4 years ago

Bumped! 🀄

Diff: https://github.com/contributte/codeception/compare/v0.6.3...v0.6.4

Changes:

  • Update .gitattributes [9f6444f22a54727c5e525ac811d613086b434405] (@enumag)
  • Change license to just MIT [4d43db98907486232bcb4217d3c3349aca631066] (@enumag)
  • Add copyright notes and license.md [87f752212983d041ed19c793b2038b1e2a6e4a71] (@enumag)
  • Fix tests.md [1edcc9a874c356122230e9966f35aca4d581211b] (@enumag)
  • Remove dependency on arachne/bootstrap [40221c9994ff796261eff9bc6159871179861bad] (@enumag)
codeception - v1.3.0

Published by f3l1x over 4 years ago

Bump! 🐘

Diff: https://github.com/contributte/codeception/compare/v1.2.1...v1.3.0

Changes:

  • Codeception v4 (thanks @KacerCZ)
codeception - v1.2.1

Published by f3l1x over 4 years ago

Bump! ⚠ī¸

Diff: https://github.com/contributte/codeception/compare/v1.2.0...v1.2.1

Changes:

  • Fix temporary folder deletion (thanks @KacerCZ)
codeception - v1.2.0

Published by f3l1x almost 5 years ago

Bump! :feelsgood:

Diff: https://github.com/contributte/codeception/compare/v1.1.0...v1.2.0

Changes:

  • Contributte's style + QA
  • Allow PHP 7.4 in CI (thanks @KacerCZ)
  • Require PHP 7.2+
  • Support Nette 3.0 (thanks @KacerCZ)
codeception - v1.1.0

Published by mabar over 5 years ago

codeception - v1.0.1

Published by mabar almost 6 years ago

Bump! đŸĨ‡

Diff: https://github.com/contributte/codeception/compare/v1.0.0...v1.0.1

Changes:

  • improved compatibility with phpstan (extension.neon)
codeception - v1.0.0

Published by f3l1x almost 6 years ago

Bump! 🤒

Diff: https://github.com/contributte/codeception/compare/v0.8.1...v1.0.0

Changes:

  • moved to contributte organization
  • added codestyle
  • added phpstan
  • test PHP 7.3 in CI
  • dropped sensiolabs
codeception - v0.8.1

Published by enumag almost 7 years ago

  • The useConfigFiles method now works with absolute paths (by @fmasa)
codeception - v0.8.0

Published by enumag almost 7 years ago

  • Added simple extension for PHPStan
  • NetteDIModule no longer compiles the Container before each test by default
  • Added newContainerForEachTest option (closes #3)
  • Removed configurator option
  • Removed DoctrineModule
  • Added phpstan to CI
  • Updated to PHP 7.1
  • Added .editorconfig file
  • Added scripts section to composer.json
  • Added PHP 7 strict types to all files
  • Removed copyright headers from src directory
  • Removed Nette\Object
  • Simplified Arachne\Codeception\Http\Request class
  • Simplified development dependencies
  • Remove usage of deprecated method in nette/di
codeception - v1.0.0-alpha.5

Published by enumag about 7 years ago

  • Improved type hints
  • Simplified development dependencies
codeception - v0.7.7

Published by enumag about 7 years ago

  • Fixed compatibility with PHP 7.2
codeception - v0.7.6

Published by enumag over 7 years ago

  • Fix annotation in NetteDIModule (fixes phpstan issues in other libraries)
codeception - v1.0.0-alpha.4

Published by enumag over 7 years ago

  • Simplified Arachne\Codeception\Http\Request class
codeception - v1.0.0-alpha.3

Published by enumag over 7 years ago

  • Added more type hints
  • Removed Nette\Object
codeception - v1.0.0-alpha.2

Published by enumag over 7 years ago

  • Added PHP 7 strict types to all files
  • Removed copyright headers from src directory
codeception - v1.0.0-alpha.1

Published by enumag over 7 years ago

  • NetteDIModule no longer compiles the Container before each test by default
  • Added newContainerForEachTest option (closes #3)
  • Removed configurator option
  • Removed DoctrineModule
  • Added phpstan to CI
  • Updated to PHP 7.1 and Nette 3.0
  • Added .editorconfig file
  • Added scripts section to composer.json
codeception - v0.7.5

Published by enumag about 8 years ago

  • Fix code coverage measuring of nette/di extensions with DoctrineModule