Blame view

tests/codeception/thread/unit/fixtures/PageLangFixture.php 245 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?php
  
  namespace tests\codeception\thread\unit\fixtures;
  
  use yii\test\ActiveFixture;
  //
  use thread\modules\page\models\PageLang;
  
  /**
   * User fixture
   */
  class PageLangFixture extends ActiveFixture
  {
      public $modelClass = PageLang::class;
  }