Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed7ddd3

Browse files
committed
Merge pull request symfony#565 from richardmiller/added_link_to_data_collector_article
Added a link to the testing profiler article from the data collector arti
2 parents e21ae78 + f4cb10b commit ed7ddd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Creating a custom data collector is as simple as implementing the
3434
}
3535

3636
The ``getName()`` method must return a unique name. This is used to access the
37-
information later on (see the section about functional tests above for
37+
information later on (see :doc:`/cookbook/testing/profiling` for
3838
instance).
3939

4040
The ``collect()`` method is responsible for storing the data it wants to give

0 commit comments

Comments
 (0)