dsv

Results 10 comments of dsv

I have [this fork](https://github.com/davidsosavaldes/Sprockets-PHP) using `Codeception` with the same tests you define and add some instructions to execute them in the `README` file, The current report summary: - Classes: 28.00%...

Now we need to improve this coverage report by adding more tests by each component.

I found some interesting points in `Locator` class: | Methods | Tests | | --- | --- | | save | none | | skipFile | File::skipDirective() | | getPathsHash...

I'm still unfamiliarzed with some aspects of this lib, i'll test all this methods.

I have managed to achieve 60.88% in coveralls implementing cache tests. davidsosavaldes/Sprockets-PHP@052b180

I was trying to use some filters but we can try something else, the bootstrap tests are deleted on commit: davidsosavaldes/Sprockets-PHP@b040cd5.

Yes, the console command it's now operational and wrapped with CI. Now I think we need to define which are the use cases to see if it can correctly execute...

Craftsman has a simple logic, it only have one generic `CI_Controller` that can load all the core and user classes. Some important features that `Vulcan::console` already accomplish correctly are: -...

As a matter of fact, i create a simple library that calls psysh in the CI application, all you need to do is include `eval(\Vulcan\Libraries\Debugger::check());` in your script. When your...