Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsNullTest.php

<?php
namespace Hamcrest\Core;

class IsNullTest extends \Hamcrest\AbstractMatcherTest
{

    protected function createMatcher()
    {
        return \Hamcrest\Core\IsNull::nullValue();
    }

    public function testEvaluatesToTrueIfArgumentIsNull()
    {
        assertThat(null, nullValue());
        assertThat(self::ANY_NON_NULL_ARGUMENT, not(nullValue()));

        assertThat(self::ANY_NON_NULL_ARGUMENT, notNullValue());
        assertThat(null, not(notNullValue()));
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists