io-8.x-1.x-dev/tests/src/FunctionalJavascript/IoPagerFallbackTest.php
tests/src/FunctionalJavascript/IoPagerFallbackTest.php
<?php
namespace Drupal\Tests\io\FunctionalJavascript;
/**
* Tests IO API lazyload Views contents using bLazy library as fallback.
*
* @group io
*/
class IoPagerFallbackTest extends IoPagerTestBase {
/**
* Test IO Pager by scrolling down the window.
*/
public function testIoPagerFallbackAutoloadOnScroll() {
parent::doIoPagerAutoloadOnScroll();
}
/**
* Test IO Pager by manually clicking the fallback link.
*/
public function testIoPagerFallbackManualOnClicking() {
parent::doIoPagerManualOnClicking();
}
}
