hello-theme/tests/phpunit/hello-elementor/test-first.php
2025-08-14 11:01:55 +03:00

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'));
}
}