This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253569 - Add sample for Codeception
Summary: Add sample for Codeception
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Codeception (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-20 06:55 UTC by Tomas Mysik
Modified: 2015-07-22 04:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (1.34 KB, patch)
2015-07-20 14:14 UTC, junichi11
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-07-20 06:55:38 UTC
Since we added Codeception support, we should also add its sample. Junichi will do that - thanks a lot!
Comment 1 Tomas Mysik 2015-07-20 08:16:06 UTC
BTW, just noticed this in the Output window if Irun all tests with code coverage enabled:

- XML report generated in /home/gapon/NetBeansProjects/Calculator-Codeception/tests/_output//tmp/nb-codeception-log.xml

Strange file path but it can be Codeception issue.

However, the sample is there, please verify it.

Thanks a lot!

http://hg.netbeans.org/web-main/rev/b5897cee6471
Comment 2 junichi11 2015-07-20 10:32:26 UTC
(In reply to Tomas Mysik from comment #1)

> Strange file path but it can be Codeception issue.

I've submitted it to the Codeception repository [1].


> http://hg.netbeans.org/web-main/rev/b5897cee6471

Thanks for adding it!

[1] https://github.com/Codeception/Codeception/issues/2187
Comment 3 Tomas Mysik 2015-07-20 10:44:36 UTC
(In reply to junichi11 from comment #2)
> I've submitted it to the Codeception repository [1].

Thanks!
Comment 4 junichi11 2015-07-20 14:14:47 UTC
Created attachment 154731 [details]
patch

I fixed the readme.html. Enable coverage only the unit suite.

Thanks!
Comment 5 Quality Engineering 2015-07-21 01:19:41 UTC
Integrated into 'main-silver', will be available in build *201507210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b5897cee6471
User: Tomas Mysik <tmysik@netbeans.org>
Log: #253569 - Add sample for Codeception
Comment 6 Tomas Mysik 2015-07-21 08:00:36 UTC
Patch applied, thanks a lot for it Junichi!

http://hg.netbeans.org/web-main/rev/acdc529b2fe4
Comment 7 Quality Engineering 2015-07-22 04:38:19 UTC
Integrated into 'main-silver', will be available in build *201507220303* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/acdc529b2fe4
User: Tomas Mysik <tmysik@netbeans.org>
Log: #253569 cont'd - Add sample for Codeception

Fix code coverage instructions.