We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27d840 commit b41d721Copy full SHA for b41d721
tests/AsyncWidgetFactoryTest.php
@@ -162,7 +162,7 @@ public function testItCanRunNestedAsyncWidgetUsingDotNotation()
162
'<script type="text/javascript">'.
163
'var widgetTimer1 = setInterval(function() {'.
164
'if (window.$) {'.
165
- "$('#arrilot-widget-container-1').load('".$this->ajaxUrl('Profile\testNamespace\testFeed')."');".
+ "$('#arrilot-widget-container-1').load('".$this->ajaxUrl('Profile\TestNamespace\TestFeed')."');".
166
'clearInterval(widgetTimer1);'.
167
'}'.
168
'}, 100);'.
0 commit comments