Code Monkey home page Code Monkey logo

docs's People

Contributors

alexmartinfr avatar ash-jc-allen avatar aspirantzhang avatar ceilidhboy avatar dansysanalyst avatar devajmeireles avatar fabio-ivona avatar freekmurze avatar geeh avatar hungthai1401 avatar jonpurvis avatar josepostiga avatar lasserafn avatar lukeraymonddowning avatar magnetas avatar mertasan avatar michaelw85 avatar mozex avatar mrailton avatar nahime0 avatar nedwors avatar nunomaduro avatar octoper avatar ousid avatar owenvoke avatar taylorotwell avatar tiskiel avatar tomasnorre avatar usernotnull avatar xico2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Continuous Integration page - example Bitbucket pipeline

On the Continuous Integration page, I see a nice working example with GitHub Actions.

Some orgs use Bitbucket by Atlassian instead of GitHub, so it would also be very helpful to include a Bitbucket pipeline example.

User story

  • As an engineer working at an org who uses Bitbucket,
  • I want to see an example of running Pest on a Bitbucket pipeline,
  • so that I can get up and running with Pest quickly.

Docs for pest v1

Hello, so I'm working on a project where the php version is 7.3 and I saw that pest v1 supports it on the composer.json, we need to make some test so I'm thinking in use pest, but in the official docs I could only see documents of the most recent pest version.

I think it would be nice to have the option to choose between version of pest in the docs, what do you think?

I've used pest v1 and v2 a time ago and I love the framework.

Code Coverage Section Incorrect for PHPUnit 10

Hey Nuno,

While setting up coverage with PHPUnit 10 this:

<coverage>
    <include>
        <directory suffix=".php">./app</directory>
    </include>
</coverage>

Is no longer valid.

This will throw the following:

WARN Test results may not be as expected because the XML configuration file did not pass validation:

Line 20:

  • Element 'include': This element is not expected.

Reading the v10 docs I'm at a loss to see how you specify include and exclude paths and files or I would have sent a PR for this.

Laravel Documentation is incorrect

Hi there, in the Laravel Dusk example, the example code does not work:
https://pestphp.com/docs/plugins/laravel

use Laravel\Dusk\Browser;

 <?php
it('has homepage', function () {
    $this->browse(function (Browser $browser) {
        $browser->visit('/')
            ->assertSee('Pest');
    });
});

This yields an error Call to undefined method Tests\Feature\UserFormCreateTest::browse()

Permission error

In JsonFile.php line 178:

file_put_contents(C:\wamp64\www\projects\challenge/vendor/composer/installed.json): Failed to open stream: Permission denied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.