Otto Rask

Results 27 issues of Otto Rask

Our company has uses Bitbucket and Gitlab for repo hosting. Packages that are in Bitbucket are fetched quite fast, in 10 seconds usually. Now we introduced a package that sits...

support

I use this plugin with Aptana Studio (a web focused Eclipse version), and I do loads of work inside the GitBash embedded terminal window (git, node, compass, custom deployments, general...

feature request

There is only a single test available it seems. Would it be OK to contribute some tests? Also, could PHPUnit be used or is PhpSpec a 100% requirement? I'm more...

I want to profile our PHPUnit tests. I would like to limit profiling to test methods themselves, which would mean no data would be collected during bootstrapping and finding test...

I was wondering whether adding feature checks for things like "running on Laravel" or "running on WordPress" are out of scope for the library? E.g. ``` php if (Morse::featureExists('framework/laravel') {...

question

I have a test suite where I create a directory with vfsStream, which is meant to simulate a write-blocked directory for my SUT. In my code the logic checks both...

investigate

There is an open issue relating to new RedisGraph features and changes but no changes in that regard. Is this being actively maintained or do you need help? Or would...

I'm creating Behat tests for a Laravel 5.2 project using Behat 3+, Laravel-Behat-Extension and this package. My `behat.yml` is as such: ``` yaml default: autoload: - %paths.base%/tests/Behat/Features/Bootstrap/ suites: default: paths:...

I'm trying to test event dispatching in my application using the PHPUnit tools provided by Laravel. In a test where `Event::fake()` is called before creating a new `Model` (a `User`...

I'm attempting to install this package alongside PHPUnit 8, which requires php-code-coverage 7.\*. This package requires version 6.\*. Is there a possibility to review an upgrade to the coverage dependency...