Blame view

tests/codeception/thread/unit/fixtures/data/models/page.php 239 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?php
  
  return [
      [
          'id' => 1,
          'alias' => 'pageone',
          'image_link' => '',
          'created_at' => '1472254952',
          'updated_at' => '1472254952',
          'published' => '1',
          'deleted' => '0',
      ],
  ];