-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Description
Foo.php
<?php
class Foo
{
public function bar()
{
return true;
return true;
}
}FooTest.php
<?php
class FooTest extends PHPUnit_Framework_TestCase
{
public function testOne()
{
$o = new Foo;
$o->bar();
}
}Output
PHPUnit 3.7.31 by Sebastian Bergmann.
.
Time: 147 ms, Memory: 6.75Mb
OK (1 test, 0 assertions)
Generating code coverage report in HTML format ... done
Screenshot
Metadata
Metadata
Assignees
Labels
No labels
