1 | <?php |
||
3 | class ChecIOShortcodeTest extends FunctionalTest |
||
|
|||
4 | { |
||
5 | protected static $fixture_file = 'ChecIOShortcodeTest.yml'; |
||
6 | |||
7 | /** |
||
8 | * @var Page |
||
9 | */ |
||
10 | private $page; |
||
11 | |||
12 | public function setUp() |
||
17 | |||
18 | /** |
||
19 | * Tests that the shortcode gets parsed |
||
20 | */ |
||
21 | public function testBuyNowButton() |
||
30 | } |
||
31 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.