Questions tagged [tests]

Questions related to checking things: unit tests, performance tests, A/B testing, etc.

10 questions
4
votes
0 answers

Testing / Fixtures: setup Entries in Structure

Background: I have experience with vanilla PHPUnit testing of projects, but this the first attempt at both testing a Craft project and using Codeception for testing. Case: I have a section of type structure of maximum 2 levels deep. The URL I want…
qrazi
  • 141
  • 1
2
votes
1 answer

Plugins with extensive tests

What are Craft plugins with extensive (codeception) tests in their repositories? I want to look at working examples. I also know that Craft repo itself and Commerce have tests set up.
Piotr Pogorzelski
  • 1,286
  • 7
  • 18
1
vote
2 answers

Namespace error with fixture (solved)

I've set up a fixture, but Codeception can't find it. What am I missing or doing wrong? % php vendor/bin/codecept run functional ... [Error] Class…
henry
  • 228
  • 2
  • 9