Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Create TwitterBootstrap4 Translated View
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenming Tang committed Jan 3, 2018
1 parent fabe48d commit 586a333
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Tests/View/TwitterBootstrap4TranslatedViewTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/*
* This file is part of the Pagerfanta package.
*
* (c) Pablo Díez <pablodip@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Wenming Tang <wenming@cshome.com>
*/
namespace WhiteOctober\PagerfantaBundle\Tests\View;

class TwitterBootstrap4TranslatedView extends TwitterBootstrapTranslatedViewTest
{
protected function viewClass()
{
return 'Pagerfanta\View\TwitterBootstrap4View';
}
protected function translatedViewClass()
{
return 'WhiteOctober\PagerfantaBundle\View\TwitterBootstrap4TranslatedView';
}
protected function translatedViewName()
{
return 'twitter_bootstrap4_translated';
}
}

0 comments on commit 586a333

Please sign in to comment.