lithium\tests\cases\console\command\LibraryTest::testFind PHP Method

testFind() public method

public testFind ( )
    public function testFind()
    {
        $this->library->find();
        $expected = <<<'test'
--------------------------------------------------------------------------------
lab.lithify.me > li3_lab
--------------------------------------------------------------------------------
the li3 plugin client/server
Version: 1.0
Created: 2009-11-30
--------------------------------------------------------------------------------
lab.lithify.me > library_test_plugin
--------------------------------------------------------------------------------
an li3 plugin example
Version: 1.0
Created: 2009-11-30

test;
    }