adis
(Adis)
1
Hi guys,
I’m new to Yii and I try to follow some tuts.
I installed MAMP and PHPUnit.
If i enter
phpunit --version
i get:
PHPUnit 3.6.4 by Sebastian Bergmann.
So i created a DbTest.php containing the following code:
<?php
class DbTest extends CTestCase
{
public function testConnection()
{
$this->assertTrue(true);
}
}
the output is this:
adis:tests adis$ phpunit unit/DbTest.php
adis:tests adis$
Other info:
See attachment.
Can someone please help?
Thanks
sensorario
(Sensorario)
2
You luky! I work with ubuntu 'couse in MacOsX I’m not able to install pear, phpunit and so, … selenium correctly.
adis
(Adis)
3
lol, then you bought an to expensive computer, do you use your mac since you bought it? 
Tropi
(Daniel Lang)
4
Why? Just get a bundle like MAMP or XAMPP which come with pear shipped. Then use pear install for phpunit and selenium.
@adis: Have you tried using the --verbose flag?
sensorario
(Sensorario)
5
the difficult is in pear not in mac =).
is this problem solved? if it is, how?!
i have the same problem and its driving me crazy!