| 1 | <?php //phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
||
| 15 | class Test_Thumbnail extends BaseTestCase { |
||
| 16 | /** |
||
| 17 | * Core class used to implement displaying posts in a list table. |
||
| 18 | * |
||
| 19 | * @var WP_Posts_List_Table |
||
| 20 | */ |
||
| 21 | protected $table; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Setup runs before each test. |
||
| 25 | * |
||
| 26 | * @before |
||
| 27 | */ |
||
| 28 | public function set_up() { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Checks that a new column header for thumbnails is added to the posts list table. |
||
| 35 | */ |
||
| 36 | public function test_thumbnail_column_header() { |
||
| 40 | } |
||
| 41 |