Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa21617d4ti08
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jhon
pa21617d4ti08
eccf56bc94d20c4f4a7435e880d9cac1e985c362
eccf56bc94d20c4f4a7435e880d9cac1e985c362
Switch branch/tag
pa21617d4ti08
vendor
phpunit
phpunit-mock-objects
tests
_fixture
StringableClass.php
Find file
Normal view
History
Permalink
StringableClass.php
101 Bytes
Edit
Web IDE
Newer
Older
perbaikan vendor
358bdf57
jhon
committed
7 years ago
1
2
3
4
5
6
7
8
<?php
class
StringableClass
{
public
function
__toString
()
{
return
'12345'
;
}
}