-
- [x] Create docker file with laravel [with steps (dev, tests, production) moved to: https://github.com/Kobietakoala/KidsMathTest/issues/12]
- [x] Add csfixer, phpunit, database, nginx
- Create github…
-
### Environment
Windows 10 with MySQL
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
# Put the result here.
name : gedmo/doctrine-extensions
descrip. : Do…
-
# A bash function to run tests for both PHPUnit and Pest - Freek Van der Herten's blog on PHP, Laravel and JavaScript
[https://freek.dev/2142-a-bash-function-to-run-tests-for-both-phpunit-and-pest]…
-
Since this driver binding already is PHPUnit friendly, perhaps would be nice to create a wrapper class to wrap PHPUnit's SeleniumTestCase (Selenium RC) API calls to equivalent Web Driver calls, as wel…
daluu updated
11 years ago
-
### Mockery Version
1.6.12
### PHP Version
PHP 8.3
### Issue Description
When using a Mockery::on closure for modifying the value of an argument passed by reference, the value is not modified in …
-
I currently have this working with the Selenium driver. When I explicitly set the browser_name in the config_test.yml, it works. It seems I can only pass it one browser/selenium location/etc. Is ther…
-
**EDIT:** I've updated this with a very different recommendation:
Right now we're running all our tests on PHPUnit 5. If we want PHPUnit support, we either need to allow the use of PHPUnit 9, or we…
-
When running any PHPUnit Selenium2TestCase on my Linux server (using latest firefox/xvfb combination and of course fully up-to-date selenium/phpunit/phpunit-selenium), I instantly get the following er…
-
I was working on testing my actions and used the `shouldRun` method and it wasn't working.
Turns out I need to add `->once()` in order for a test to actually run.
I'm not sure if this is a bug, …
-
In PHPunit there is [@covers](https://phpunit.readthedocs.io/en/7.3/annotations.html#covers) annotation to specify which classes/methods/functions are covered by a specific unit test. This helps avoid…