Merge "Synchronize allowed attributes for <audio> with Parsoid/TimedMediaHandler"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiMoveTest.php
index b9c49b1..d437a52 100644 (file)
@@ -17,6 +17,7 @@ class ApiMoveTest extends ApiTestCase {
        protected function assertMoved( $from, $to, $id, $opts = null ) {
                $opts = (array)$opts;
 
+               Title::clearCaches();
                $fromTitle = Title::newFromText( $from );
                $toTitle = Title::newFromText( $to );