diff --git a/src/Tests/Processor/ProcessorIntegrationTest.php b/src/Tests/Processor/ProcessorIntegrationTest.php index 6a137b0..334b43b 100644 --- a/src/Tests/Processor/ProcessorIntegrationTest.php +++ b/src/Tests/Processor/ProcessorIntegrationTest.php @@ -50,7 +50,7 @@ class ProcessorIntegrationTest extends WebTestBase { public function testProcessorIntegration() { // By default, the add_url and language processors are already enabled. $enabled = array('add_url', 'language'); - $this->assertEqual($enabled, array_keys($this->loadIndex()->getProcessors())); + $this->assertEqual(sort($enabled), array_keys($this->loadIndex()->getProcessors())); $this->checkContentAccessIntegration(); $enabled[] = 'content_access';