8000 Improved tasks 206, 226 · LeetCode-in-Php/LeetCode-in-Php@3232003 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3232003

Browse files
authored
Improved tasks 206, 226
1 parent 93dd3ed commit 3232003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/php/g0201_0300/s0206_reverse_linked_list/SolutionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace leetcode\g0201_0300\s0206_reverse_linked_list;
44

5-
use PHPUnit\Framework\TestCase;
65
use leetcode\com_github_leetcode\ListNode;
6+
use PHPUnit\Framework\TestCase;
77

88
class SolutionTest extends TestCase {
99
public function testReverseList() {

src/test/php/g0201_0300/s0226_invert_binary_tree/SolutionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace leetcode\g0201_0300\s0226_invert_binary_tree;
44

5-
use PHPUnit\Framework\TestCase;
65
use leetcode\com_github_leetcode\TreeUtils;
6+
use PHPUnit\Framework\TestCase;
77

88
class SolutionTest extends TestCase {
99
public function testInvertTree() {

0 commit comments

Comments
 (0)
0