1 | <?php |
||
11 | class SentenceNodeTest extends \PHPUnit_Framework_TestCase { |
||
12 | |||
13 | public function testGetValue() { |
||
17 | |||
18 | public function testGetType() { |
||
22 | |||
23 | public function testEquals() { |
||
27 | |||
28 | /** |
||
29 | * @dataProvider nonEqualsProvider |
||
30 | */ |
||
31 | public function testNonEquals(SentenceNode $node, $target) { |
||
34 | |||
35 | public function nonEqualsProvider() { |
||
47 | } |
||
48 |