-
If a page is published and a file on that page is modified in the Files area, the change is not detected by the page (this might be an okay pattern? needs more thought) but there is no way to see if t…
-
I'll start by saying that this is most likely not a laracasts/Validation error, but since the entire setup is exactly what @JeffreyWay suggested in the README it's probably the best place to ask for h…
-
This needs tests.
-
`.travis.yml.dist` defines `DRUPAL_TI_MODULE_NAME`, which describes the project name, but not any specific module, since a project can contain multiple modules. In addition, `DRUPAL_TI_SIMPLETEST_GROU…
-
Drupal Views can be complex and critical features of a site, good candidates surely for some BDD testing.
Testing Views currently is hard, no ready-made steps offer much to help with testing views.…
-
@pilot Here you run tests directly on CircleCI machine, i.e. you should provision it first for a more complex application. But do you have any examples how to run PHPUnit inside the container? Isn't i…
-
**Objective**
There should be a new type of booking options for Moodle courses that have no specific start or end time but a **certain duration**, so-called "self-learning courses" (SLC). When a user …
-
The unit tests for the adapters are quite basic and should be extended with pagination and sorting.
-
reported in https://github.com/doctrine/DoctrinePHPCRBundle/issues/265 we can get an exception during the clear. instead, clear should not trigger any state checks. (it should also not give you childr…
-
Is there any good reason why a basic step like selecting a radio button is not implemented? If not I would be happy to create a PR with a proposal.