8000 Merge branch 'fixtest' of https://github.com/GarysMods2014/php-git in… · libgit2/php-git@4687adc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4687adc

Browse files
committed
Merge branch 'fixtest' of https://github.com/GarysMods2014/php-git into 8000 GarysMods2014-fixtest
Conflicts: tests/blob/git_blob_create_frombuffer.phpt
2 parents 87c0689 + 6b60e8f commit 4687adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/blob/git_blob_create_frombuffer.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ echo git_blob_create_frombuffer($repositroy, "Helo World");
99

1010
$repositroy = git_repository_new();
1111
$result = @git_blob_create_frombuffer($repositroy, "Helo World");
12-
if (is_null($result)) {
12+
if ($result===FALSE) {
1313
echo "OK" . PHP_EOL;
1414
}
1515
--EXPECT--
1616
826a9a65bc435bb1f1812433fa8fd5fa2ee9d678
17-
OK
17+
OK

0 commit comments

Comments
 (0)
0