Skip to content

Commit a819d71

Browse files
committed
Merge branch 'GarysMods2014-fixtest' into develop
2 parents 87c0689 + 4687adc commit a819d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/blob/git_blob_create_frombuffer.phpt

+2-2
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)