Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
33.33% |
1 / 3 |
CRAP | |
50.00% |
2 / 4 |
| UserTest | |
0.00% |
0 / 1 |
|
33.33% |
1 / 3 |
4.12 | |
50.00% |
2 / 4 |
| setUp() | |
0.00% |
0 / 1 |
1.12 | |
50.00% |
1 / 2 |
|||
| tearDown() | |
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
|||
| testPodeCriarUsuario() | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
| <?php | |
| class UserTest extends PHPUnit_Framework_TestCase { | |
| private $object; | |
| public function setUp() { | |
| $this->object = new Application_Model_Usuarios(); | |
| } | |
| public function tearDown() { | |
| } | |
| public function testPodeCriarUsuario() { | |
| //$this->assertEquals(true, $this->object->verificaLoginExistente()); | |
| } |