assertTrue( class_exists( 'ARGPD_Admin' ) ); } /** * Test that we can access our class through our helper function. * * @since 0.0.0 */ function test_class_access() { $this->assertInstanceOf( 'ARGPD_Admin', adaptargpd()->admin ); } /** * Replace this with some actual testing code. * * @since 0.0.0 */ function test_sample() { $this->assertTrue( true ); } }