// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
public_html
/
wp-contentmmm
/
plugins
/
hello-plus
/
tests
/
phpunit
/
hello-plus
[ PARENT ]
EDIT :: test-first.php
<?php namespace HelloPlus\Testing; use ElementorEditorTesting\Elementor_Test_Base; class Elementor_Test_First extends Elementor_Test_Base { public function test_truthness() { $this->assertTrue( defined( 'HELLOPLUS_VERSION' ) ); $this->assertTrue( defined( 'HELLO_PLUS_VERSION' ) ); } }
SAVE
CANCEL