-
Hi,
I am developing a website without any framework and I want to integrate some test using panther.
### Infos
**My folder structure :**
```
myproject/
├── src/
│ ├── myprojectrootfile-1.…
-
How should we do `phpunit` tests for extensions? I set up [an example](https://github.com/wikipathways/mediawiki-extensions-WikiPathways-GPMLConverter/blob/feature-proposal/tests/phpunit/ConverterTest…
-
At the moment we can only specify custom parameters in the XML config. I propose we also allow specifying the same on the command line. Of course, the naive solution presents a problem where extension…
Bilge updated
2 months ago
-
External config will be much more extendable and will virtually never break BC. The only optional argument will be the path to config (which will set by default to `config/allure.phpunit.config.php`).
-
EDIT: this issue was created for SemanticDrilldown extension. There:
Steps to reproduce:
- clone SemanticDrilldown repo
- `git submodule init`
- `git submodule update`
- `make ci`
-
PHPUnit 5.7 introduces a mechanism for loading all PHAR archives from a directory (for instance `tools/phpunit.d`). This would allow the easy usage of PHPUnit extensions when PHPUnit is used from a PH…
-
Hello,
I am using your code sample:
````
require_once('PHPUnit/Extensions/AppiumTestCase.php');
require_once('PHPUnit/Extensions/AppiumTestCase/Element.php');
class MySuperTests extends PHPUn…
-
Hi
I have an issue when launch my first test
./vendor/bin/phpunit tests/
PHP Fatal error: Class 'PHPUnit_Framework_TestCase' not found in /Users/testIntuitive/vendor/laracasts/integrated/src…
spham updated
4 years ago
-
PHPUnit 10 has recently been released and it includes improvements to the testing framework along with a new Event system. Unfortunately, it also brings along a breaking change that causes this librar…
-
Hello there. This library is great. I wonder if you'd be ok to add a behat extension (along the phpunit and panther integration).
I'm asking this before any contribution because it feels weird to m…
Nek- updated
6 months ago