Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross References #10

Open
iteman opened this issue Sep 14, 2012 · 0 comments
Open

Cross References #10

iteman opened this issue Sep 14, 2012 · 0 comments

Comments

@iteman
Copy link
Member

iteman commented Sep 14, 2012

This feature provides cross references between test classes and product classes by the MakeGood Cross References view and the PHP editor like AJDT.

The following describes how to create cronss references with annotations like the Grails @TestFor annotation:

...
namespace Foo;

/**
 * @TestFor(Foo\Bar)
 */
class BarTest extends \PHPUnit_Framework_TestCase
{
...
...
namespace Foo;

/**
 * @TestFor([Foo\Bar, Foo\Baz])
 */
class QuxTest extends \PHPUnit_Framework_TestCase
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant