NuSphere Forums Forum Index
NuSphere Forums


Thu Sep 15, 2016 5:23 am
Replies: 2
Views: 1624
Correct example is available here:
https://phpunit.de/manual/5.2/en/writing-tests-for-phpunit.html
<?php
class StackTest extends PHPUnit_Framework_TestCase
{
public function testPushA ...

Tue Sep 13, 2016 10:44 am
Replies: 2
Views: 1624
Hi,

recently I post a reply about some issues with PHPUNIT and PHPED. I am new on it. They are solved. The problem I experienced is the example

namespace sparkbits\backend\core; //this is my ...

Mon Sep 12, 2016 4:19 pm
Replies: 4
Views: 2878
Thanks dimitri.
Now it works. The main problem - my fault - is I must start each test method with test. I didn't do that. So,

public function mytest()
{
}

doesn't work. It works

public fun ...

Fri Sep 09, 2016 3:11 pm
Replies: 4
Views: 2878
Hi,

I am new in PHPUnit. I would like to use it from PHPED 17. It seems something wrong. I don't know if I need PEAR. WHat I read is no longer needed. I have the right path for PHUNIT in settings ...
Page 1 of 1
All times are GMT - 5 Hours