Tue Jul 01, 2014 2:15 am |
Replies: 11 |
Views: 4127 |
|
 |
But that's not the point
v13 works fine with PhpUnit4.x. That's the point.Thank you!
Reason to upgrade in addition to the mentioned before (it is basically a good thing)
is that upgrade happens ...
|
Sun Mar 16, 2014 4:37 pm |
Replies: 11 |
Views: 4127 |
|
 |
It looks like its only me who use PHPUnit with PhpEd.
Guys do you test your php code?!
Don't you have this problem?
|
Sat Mar 08, 2014 5:23 pm |
Replies: 11 |
Views: 4127 |
|
 |
I have just upgraded to PHPUnit version 4.0.
All my tests run fine in console.
But same tests in PhpEd shows the following error
PHP Fatal error: Class PhpED_phpUnitListener contains 1 abstract ...
|
Wed Jul 03, 2013 5:20 pm |
Replies: 12 |
Views: 22982 |
|
 |
+ for color-theme selector. I like to change color-themes in an editor sometimes.
bump
|
Wed Jul 03, 2013 5:12 pm |
Replies: 3 |
Views: 3117 |
|
 |
That's right that PhpED handles exceptions. But there should not be any exceptions in this code.
It is totally legal code.
Something goes wrong only while debugging when comparing mock-methods names ...
|
Tue Jul 02, 2013 6:59 am |
Replies: 3 |
Views: 3117 |
|
 |
PhpED has issues when debugging (not running) some type of tests with PHPUnit.
For example mock of a class with multiple methods.
class MyClass
{
function root($x)
{
...
|
Tue Mar 12, 2013 6:11 am |
Replies: 7 |
Views: 6551 |
|
 |
+1
It was requested by me loong ago.
This is a "must have" feature in big projects.
Take a look at Visual Studio how it works there.
|
Tue Mar 12, 2013 6:09 am |
Replies: 3 |
Views: 3407 |
|
 |
+1
It was requested before.
It's ok to keep the bookmarks numeration per file, but give us a list over all bookmarks in the project please.
|
Tue Sep 25, 2012 4:32 am |
Replies: 1 |
Views: 2302 |
|
 |
Opps sorry guys. It looks like it works again
But it did not a minute ago.
Ok. Forget about. Not an issue.
|
Tue Sep 25, 2012 4:23 am |
Replies: 1 |
Views: 2302 |
|
 |
Wrong bug report. Feature works.
Have a nice day.
|
Wed May 30, 2012 3:07 am |
Replies: 11 |
Views: 5142 |
|
 |
Because we often work with different projects/solutions at the same time.
When I work in Visual Studio I normally have 3 instances. One for current project version, one for old version and one VS-ins ...
|
Fri Mar 02, 2012 5:17 am |
Replies: 5 |
Views: 5732 |
|
 |
php 5.4 is released today.
Waiting for PHPEd and DBG support for it.
|