Skip to content

Commit 4176ec4

Browse files
committed
remove dead code for PHPUnit
1 parent f2627b5 commit 4176ec4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/Classifai/Watson/NLUSettingsTest.php

-16
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,6 @@ function set_up() {
3636
$this->provider = new NLU( new Classification() );
3737
}
3838

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-
5539
/**
5640
* Tests the function providing debug information.
5741
*/

0 commit comments

Comments
 (0)