| 1 | <?php |
||
| 26 | class IndexableCallbackTest extends WebTestCase |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * 2 reasons for this test:. |
||
| 30 | * |
||
| 31 | * 1) To test that the configuration rename from indexable_callback under the listener |
||
| 32 | * key is respected, and |
||
| 33 | * 2) To test the Extension's set up of the Indexable service. |
||
| 34 | */ |
||
| 35 | public function testIndexableCallback() |
||
| 47 | } |
||
| 48 |