mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-03 15:33:37 +08:00
14 lines
248 B
PHP
14 lines
248 B
PHP
<?php
|
|
|
|
namespace HelloElementor\Testing;
|
|
|
|
use ElementorEditorTesting\Elementor_Test_Base;
|
|
|
|
class Elementor_Test_First extends Elementor_Test_Base
|
|
{
|
|
|
|
public function test_truthness()
|
|
{
|
|
$this->assertTrue(defined('HELLO_ELEMENTOR_VERSION'));
|
|
}
|
|
}
|