We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2627b5 commit 4176ec4Copy full SHA for 4176ec4
tests/Classifai/Watson/NLUSettingsTest.php
@@ -36,22 +36,6 @@ function set_up() {
36
$this->provider = new NLU( new Classification() );
37
}
38
39
- /**
40
- * Test the option name.
41
- */
42
- public function test_option_name() {
43
- $this->assertSame( 'classifai_watson_nlu', $this->provider->get_option_name() );
44
- }
45
-
46
47
- * Retrieving the options.
48
49
- public function test_retrieving_options() {
50
- $options = get_option( $this->provider->get_option_name() );
51
52
- $this->assertEquals( $this->settings, $options );
53
54
55
/**
56
* Tests the function providing debug information.
57
*/
0 commit comments